diff options
| author | makefu <github@syntax-fehler.de> | 2016-06-14 01:36:15 +0200 |
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2016-06-14 01:36:15 +0200 |
| commit | c46fde89930b87bc80369635960b21de501853a9 (patch) | |
| tree | dd4dc05f0d9f14ecc4fa5bd32c4e60b27af4b60f /tv/1systems | |
| parent | 1b9529e45c71b82b70b2e26d9fc6cc627c65324c (diff) | |
| parent | e3b026d459fde1ec84a335e975da0c61122487f3 (diff) | |
Merge remote-tracking branch 'cd/master'
Diffstat (limited to 'tv/1systems')
| -rw-r--r-- | tv/1systems/nomic.nix | 3 | ||||
| -rw-r--r-- | tv/1systems/xu.nix | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tv/1systems/nomic.nix b/tv/1systems/nomic.nix index fed67a1..3696bcd 100644 --- a/tv/1systems/nomic.nix +++ b/tv/1systems/nomic.nix @@ -47,8 +47,7 @@ with config.krebs.lib; boot.tmpOnTmpfs = true; environment.systemPackages = with pkgs; [ - (writeScriptBin "play" '' - #! /bin/sh + (writeDashBin "play" '' set -euf mpv() { exec ${mpv}/bin/mpv "$@"; } case $1 in diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index a79ae49..6ba7ab3 100644 --- a/tv/1systems/xu.nix +++ b/tv/1systems/xu.nix @@ -26,8 +26,7 @@ with config.krebs.lib; hashPassword haskellPackages.lentil parallel - (pkgs.writeScriptBin "im" '' - #! ${pkgs.bash}/bin/bash + (pkgs.writeBashBin "im" '' export PATH=${makeSearchPath "bin" (with pkgs; [ tmux gnugrep |
