disable non-working iso image

This commit is contained in:
Adam Stephens 2024-07-30 23:24:00 -04:00
parent 14777d1f0c
commit a59ae21e47
No known key found for this signature in database

View file

@ -36,10 +36,6 @@
];
};
};
packages = {
iso = self.nixosConfigurations.iso.config.system.build.isoImage;
};
};
flake.nixosModules.default = import ./module.nix { inherit dtbName; };