mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-02-05 15:41:02 +00:00
try to fix remote fetch
This commit is contained in:
parent
b1639e6d55
commit
d9a88b0f62
|
@ -15,7 +15,7 @@ let
|
|||
fi
|
||||
|
||||
URL="$1"
|
||||
nix eval --file /etc/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\"; }"
|
||||
'';
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue