mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
make-test-python: disallow aliases
When importing Nixpkgs within Nixpkgs, we should not consider aliases to ensure we don't rely on them internally. There are probably more places that need to be converted.
This commit is contained in:
parent
049bbd281b
commit
3edde6562e
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
f: {
|
||||
system ? builtins.currentSystem,
|
||||
pkgs ? import ../.. { inherit system; config = {}; },
|
||||
pkgs ? import ../.. { inherit system; },
|
||||
...
|
||||
} @ args:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue