From fdc18aae269d612d9a4fda6545f89aa3ee7f09a0 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 8 Jun 2024 12:12:57 -0500 Subject: Updates --- hooks/pre-up/2-nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hooks/pre-up/2-nix') diff --git a/hooks/pre-up/2-nix b/hooks/pre-up/2-nix index 0cb74ba..19ba279 100755 --- a/hooks/pre-up/2-nix +++ b/hooks/pre-up/2-nix @@ -3,6 +3,7 @@ if ! [ -x "$(command -v nix)" ]; then echo "Installing Nix" doas install -d -m755 -o $(id -u) -g $(id -g) /nix + doas xbps-install -y xz curl -L https://nixos.org/nix/install | sh echo "Nix has been installed, you should run nix profile install nixpkgs#nix-direnv once profile has been refreshed" fi -- cgit v1.2.3