util/liveiso: Update from 22.05 to 22.11

Update and also adjust configs so that they work with NixOS 22.11.

Change-Id: Ia0fed68f5449ccf56b25660f5cdbc8c239064748
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/70210
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
Felix Singer 2022-12-01 16:40:13 +01:00 committed by Michael Niewöhner
parent eab108f68b
commit b3ebf5ba0b
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@ fi
nix-build '<nixpkgs/nixos>' \ nix-build '<nixpkgs/nixos>' \
-A config.system.build.isoImage \ -A config.system.build.isoImage \
-I nixos-config=$config \ -I nixos-config=$config \
-I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-22.05.tar.gz -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-22.11.tar.gz

View File

@ -8,7 +8,7 @@
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix> <nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
]; ];
system.stateVersion = "22.05"; system.stateVersion = "22.11";
isoImage = { isoImage = {
makeEfiBootable = true; makeEfiBootable = true;

View File

@ -53,7 +53,7 @@
gnome-online-accounts.enable = lib.mkForce false; gnome-online-accounts.enable = lib.mkForce false;
gnome-online-miners.enable = lib.mkForce false; gnome-online-miners.enable = lib.mkForce false;
gnome-initial-setup.enable = lib.mkForce false; gnome-initial-setup.enable = lib.mkForce false;
chrome-gnome-shell.enable = lib.mkForce false; gnome-browser-connector.enable = lib.mkForce false;
}; };
telepathy.enable = lib.mkForce false; telepathy.enable = lib.mkForce false;
dleyna-renderer.enable = lib.mkForce false; dleyna-renderer.enable = lib.mkForce false;