mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Remove nixFallback
This causes unintended schema upgrades, and is no longer needed now that we have nixos/modules/installer/tools/nix-fallback-paths.nix.
This commit is contained in:
parent
e96a2f8450
commit
d72a34311a
2 changed files with 14 additions and 19 deletions
|
@ -37,7 +37,4 @@ in
|
|||
vm = vmConfig.system.build.vm;
|
||||
|
||||
vmWithBootLoader = vmWithBootLoaderConfig.system.build.vm;
|
||||
|
||||
# The following are used by nixos-rebuild.
|
||||
nixFallback = pkgs.nixUnstable.out;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue