From 15c1bed370b0b7dbb3e50f9f340502e4d929d4d5 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Wed, 2 Oct 2024 17:04:55 +0300 Subject: [PATCH] chore: Update nixpkgs --- nixos-infect | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-infect b/nixos-infect index 9a5f541..e274bff 100755 --- a/nixos-infect +++ b/nixos-infect @@ -20,7 +20,7 @@ : "${VOLUME_DEV_PATH:=}" : "${STAGING_ACME:=false}" -readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/45a6b2699e9672fc66487ea2e5a10c75dbc7b1bf.tar.gz" +readonly CONFIG_URL="https://git.selfprivacy.org/api/v1/repos/SelfPrivacy/selfprivacy-nixos-template/archive/0982202e34be15a9b7f3d0cbf51fbce15d0e2192.tar.gz" readonly NIX_VERSION="2.18.5" readonly NL=$'\n'