mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
nix: Add a "dev" output
This gets rid of boehm-dev in the closure (as well as Nix's own headers).
This commit is contained in:
parent
961ad19660
commit
21a2f2ba3b
5 changed files with 8 additions and 8 deletions
|
@ -39,5 +39,5 @@ in
|
|||
vmWithBootLoader = vmWithBootLoaderConfig.system.build.vm;
|
||||
|
||||
# The following are used by nixos-rebuild.
|
||||
nixFallback = pkgs.nixUnstable;
|
||||
nixFallback = pkgs.nixUnstable.out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue