Add daemon source

This commit is contained in:
2024-10-28 22:38:14 +00:00
committed by GitHub
parent b63ccab59b
commit be863bf168

View File

@@ -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