From be863bf168a61232190c396cb741a88392701d4a Mon Sep 17 00:00:00 2001 From: TrudeEH Date: Mon, 28 Oct 2024 22:38:14 +0000 Subject: [PATCH] Add daemon source --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 9aa57758..ffe42261 100755 --- a/install.sh +++ b/install.sh @@ -12,6 +12,7 @@ if ! nix --version &>/dev/null; then echo "[E] Nix not found." echo "[+] Installing the Nix package manager..." curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install + . /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh echo "[I] Installed Nix." fi