mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
Remove some ISOs
This commit is contained in:
parent
8e2e4216ba
commit
97a8e959b4
@ -149,12 +149,6 @@ in rec {
|
||||
inherit system;
|
||||
});
|
||||
|
||||
iso_graphical_new_kernel = forAllSystems (system: makeIso {
|
||||
module = ./modules/installer/cd-dvd/installation-cd-graphical-new-kernel.nix;
|
||||
type = "graphical-new-kernel";
|
||||
inherit system;
|
||||
});
|
||||
|
||||
|
||||
# A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF).
|
||||
ova = forAllSystems (system:
|
||||
|
Loading…
Reference in New Issue
Block a user