diff options
author | tv <tv@krebsco.de> | 2016-06-13 02:04:22 +0200 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-06-13 02:10:02 +0200 |
commit | a16f4383142403eab145a8d147e5c9c93309ba4f (patch) | |
tree | 160727b414ea864b2a5018e940952ff10c95f3af /tv/1systems/xu.nix | |
parent | fb226f349843c080d6c81b60301a3a93977b99a4 (diff) |
sprinkle with some write{B,D}ash
Diffstat (limited to 'tv/1systems/xu.nix')
-rw-r--r-- | tv/1systems/xu.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/1systems/xu.nix b/tv/1systems/xu.nix index a79ae498b..6ba7ab327 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 |