Commit 6819f360e85c

Vincent Demeester <vincent@sbr.pm>
2020-04-29 01:29:28
install.sh: update nix-shell shebang
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent fc1b424
Changed files (1)
install.sh
@@ -1,5 +1,5 @@
-#!/usr/bin/env nix-shell
-#! nix-shell -i git
+#! /usr/bin/env nix-shell
+#! nix-shell -i bash -p git
 # This scripts tries to automate the NixOS installation
 # as much as possible.
 # curl https://gitlab.com/vdemeester/home/-/raw/master/install.sh | sh