From 9d2684facef7d872712d7fc740039dfcbd2ba32e Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sun, 30 Jun 2024 17:21:04 -0500 Subject: Remove void hooks --- hooks/pre-up/2-nix | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 hooks/pre-up/2-nix (limited to 'hooks/pre-up/2-nix') diff --git a/hooks/pre-up/2-nix b/hooks/pre-up/2-nix deleted file mode 100755 index 19ba279..0000000 --- a/hooks/pre-up/2-nix +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh - -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