mirror of
https://github.com/NixOS/nix
synced 2025-07-08 11:03:54 +02:00
Move some corepkgs into the nix binary
This commit is contained in:
parent
e02481ded2
commit
9950cdec35
8 changed files with 23 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
with import ./lib.nix;
|
||||
with builtins;
|
||||
|
||||
assert pathExists <nix/buildenv.nix>;
|
||||
assert pathExists <nix/fetchurl.nix>;
|
||||
|
||||
assert length __nixPath == 6;
|
||||
assert length (filter (x: x.prefix == "nix") __nixPath) == 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue