flake: check.nur: simplify nixpkgs path

This commit is contained in:
2023-12-12 03:53:54 +00:00
parent 189eccb01e
commit f33776e0ed

View File

@@ -444,7 +444,7 @@
--option restrict-eval true \ --option restrict-eval true \
--option allow-import-from-derivation true \ --option allow-import-from-derivation true \
--drv-path --show-trace \ --drv-path --show-trace \
-I nixpkgs=$(nix-instantiate --find-file nixpkgs) \ -I nixpkgs=${nixpkgs-unpatched} \
-I ../../ \ -I ../../ \
| tee # tee to prevent interactive mode | tee # tee to prevent interactive mode
''); '');