Merge pull request #18 from TrudeEH/TrudeEH/issue17

Add daemon source
This commit is contained in:
2024-10-28 22:39:19 +00:00
committed by GitHub

View File

@@ -12,6 +12,7 @@ if ! nix --version &>/dev/null; then
echo "[E] Nix not found." echo "[E] Nix not found."
echo "[+] Installing the Nix package manager..." echo "[+] Installing the Nix package manager..."
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install 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." echo "[I] Installed Nix."
fi fi