diff options
Diffstat (limited to '')
-rwxr-xr-x | hooks/pre-up/2-nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hooks/pre-up/2-nix b/hooks/pre-up/2-nix index cfba81f..945bf48 100755 --- a/hooks/pre-up/2-nix +++ b/hooks/pre-up/2-nix @@ -4,5 +4,6 @@ if ! [ -x "$(command -v nix)" ]; then echo "Installing Nix" sudo install -d -m755 -o $(id -u) -g $(id -g) /nix curl -L https://nixos.org/nix/install | sh + nix profile install nixpkgs#nix-direnv fi |