1
0

pkgs/bijwerken-system-upgrade: Copy system store path from any configured nix cache

This commit is contained in:
2025-08-30 09:52:25 +02:00
parent dd76691f7d
commit 342d50d936

View File

@@ -40,7 +40,7 @@ if [[ -z $NO_CONFIRM ]]; then
fi
echo "Download ${STORE_PATH}"
nix copy --from "https://nix-cache.clerie.de" "${STORE_PATH}"
nix copy --to daemon "${STORE_PATH}"
echo "Add to system profile"
nix-env -p "/nix/var/nix/profiles/system" --set "${STORE_PATH}"