pkgs/default.nix: rm dead code

This commit is contained in:
Astro 2021-04-12 21:22:16 +02:00
parent cdd97678c1
commit b243297760
1 changed files with 0 additions and 1 deletions

View File

@ -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";