Fix ISO builds

This commit is contained in:
Greg Hellings
2023-06-29 00:28:28 -05:00
parent 7c6200bb2a
commit fdaed2ef6c
2 changed files with 4 additions and 6 deletions
+1 -4
View File
@@ -36,10 +36,7 @@ let
] ++ extraMods;
};
in {
"2maccabees" = unstable {
system = "aarch64-linux";
name = "2maccabees";
};
"2maccabees" = unstable { name = "2maccabees"; system = "aarch64-linux"; };
jude = unstable {
name = "jude";
gnome = true;
+3 -2
View File
@@ -1,8 +1,9 @@
{ pkgs, nixpkgs, lib, ... }:
{ pkgs, lib, modulesPath, ... }:
{
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;