commit 6819f360e85c29a2d641c15ff8da8589026c2528
parent fc1b4246988a77fbc977f4dc5c5dfd9911ea21b4
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 29 Apr 2020 01:29:28 +0200
install.sh: update nix-shell shebang
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/install.sh b/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