fix: remote fetcher couldn't eval

This commit is contained in:
Inex Code 2024-12-24 17:39:21 +03:00
parent f1cf06e05b
commit b1639e6d55
No known key found for this signature in database

View file

@ -15,7 +15,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