forked from lix-project/lix
07340b8be7
possible for other Nix expressions to use corepkgs (mostly useful for the buildenv function).
4 lines
115 B
Nix
4 lines
115 B
Nix
assert builtins.pathExists <nix/buildenv>;
|
|
|
|
import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>
|