mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
Remove some ISOs
This commit is contained in:
parent
8e2e4216ba
commit
97a8e959b4
1 changed files with 0 additions and 6 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue