Fix ISO builds
This commit is contained in:
+1
-4
@@ -36,10 +36,7 @@ let
|
|||||||
] ++ extraMods;
|
] ++ extraMods;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
"2maccabees" = unstable {
|
"2maccabees" = unstable { name = "2maccabees"; system = "aarch64-linux"; };
|
||||||
system = "aarch64-linux";
|
|
||||||
name = "2maccabees";
|
|
||||||
};
|
|
||||||
jude = unstable {
|
jude = unstable {
|
||||||
name = "jude";
|
name = "jude";
|
||||||
gnome = true;
|
gnome = true;
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
{ pkgs, nixpkgs, lib, ... }:
|
{ pkgs, lib, modulesPath, ... }:
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
"${nixpkgs}/nixos/modules/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix"
|
"${modulesPath}/installer/cd-dvd/installation-cd-graphical-calamares-gnome.nix"
|
||||||
|
"${modulesPath}/installer/cd-dvd/channel.nix"
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.networkmanager.enable = lib.mkForce false;
|
networking.networkmanager.enable = lib.mkForce false;
|
||||||
|
|||||||
Reference in New Issue
Block a user