Fix ISO builds
This commit is contained in:
+1
-4
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user