fix: Remote fetcher used wrong path

This commit is contained in:
Inex Code 2024-12-24 17:39:34 +03:00
parent 486b338069
commit cc553d5d64
No known key found for this signature in database
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"
}, },