flake: check.nur: simplify nixpkgs path

This commit is contained in:
Colin 2023-12-12 03:53:54 +00:00
parent 189eccb01e
commit f33776e0ed
1 changed files with 1 additions and 1 deletions

View File

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