diff --git a/configuration.nix b/configuration.nix index 9737c64..a3df9a0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -25,7 +25,7 @@ let fi URL="$1" - nix eval --file /etc/nixos/sp-fetch-remote-module.nix --raw --apply "f: f { flakeURL = \"$URL\"; }" | jq . + nix eval --file /etc/sp-fetch-remote-module.nix --raw --apply "f: f { flakeURL = \"$URL\"; }" | jq . ''; }; in diff --git a/flake.lock b/flake.lock index 7dfd263..66aaa4f 100644 --- a/flake.lock +++ b/flake.lock @@ -28,11 +28,11 @@ ] }, "locked": { - "lastModified": 1735044408, - "narHash": "sha256-Npa8HezbMa/2Ssjd7yDRnONcH+mEdbZeAj5IX689sZk=", + "lastModified": 1735051161, + "narHash": "sha256-AFbfhlTuathdYGtY//eRCbk38f919GttbPWI6+3ze2w=", "ref": "inex/dynamic-templating", - "rev": "146b4cd1e7705c67cd1a77b8c38c0793a4ba121e", - "revCount": 1506, + "rev": "b1639e6d55be623bc21d286527e3d6cfb5cebafb", + "revCount": 1511, "type": "git", "url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git" },