mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-06 16:14:17 +00:00
fix: Remote fetcher used wrong path
This commit is contained in:
parent
486b338069
commit
cc553d5d64
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue