mirror of
https://github.com/NixOS/nix
synced 2025-06-28 13:41:15 +02:00
possible for other Nix expressions to use corepkgs (mostly useful for the buildenv function).
3 lines
115 B
Nix
3 lines
115 B
Nix
assert builtins.pathExists <nix/buildenv>;
|
|
|
|
import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>
|