pkgs/default.nix: rm dead code
parent
cdd97678c1
commit
b243297760
|
@ -40,7 +40,6 @@ let
|
|||
|
||||
vm-packages =
|
||||
builtins.foldl' (rootfs: hostName: rootfs // {
|
||||
# "${hostName}-vm" = mkVM hostName;
|
||||
"${hostName}-vm" = self.nixosConfigurations.${hostName}.config.system.build.vm
|
||||
.overrideAttrs (oa: {
|
||||
meta.mainProgram = "run-${hostName}-vm";
|
||||
|
|
Loading…
Reference in New Issue