mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-nixos-config.git
synced 2025-01-08 00:51:23 +00:00
fix: Remote fetcher used wrong path
This commit is contained in:
parent
486b338069
commit
cc553d5d64
|
@ -25,7 +25,7 @@ let
|
||||||
fi
|
fi
|
||||||
|
|
||||||
URL="$1"
|
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
|
in
|
||||||
|
|
|
@ -28,11 +28,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1735044408,
|
"lastModified": 1735051161,
|
||||||
"narHash": "sha256-Npa8HezbMa/2Ssjd7yDRnONcH+mEdbZeAj5IX689sZk=",
|
"narHash": "sha256-AFbfhlTuathdYGtY//eRCbk38f919GttbPWI6+3ze2w=",
|
||||||
"ref": "inex/dynamic-templating",
|
"ref": "inex/dynamic-templating",
|
||||||
"rev": "146b4cd1e7705c67cd1a77b8c38c0793a4ba121e",
|
"rev": "b1639e6d55be623bc21d286527e3d6cfb5cebafb",
|
||||||
"revCount": 1506,
|
"revCount": 1511,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
|
"url": "https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue