mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Remove some ISOs
This commit is contained in:
parent
8e2e4216ba
commit
97a8e959b4
@ -149,12 +149,6 @@ in rec {
|
|||||||
inherit system;
|
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).
|
# A bootable VirtualBox virtual appliance as an OVA file (i.e. packaged OVF).
|
||||||
ova = forAllSystems (system:
|
ova = forAllSystems (system:
|
||||||
|
Loading…
Reference in New Issue
Block a user