From b3ebf5ba0b8113b67fcf0e0c884abd1494acc20b Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Thu, 1 Dec 2022 16:40:13 +0100 Subject: [PATCH] util/liveiso: Update from 22.05 to 22.11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update and also adjust configs so that they work with NixOS 22.11. Change-Id: Ia0fed68f5449ccf56b25660f5cdbc8c239064748 Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/70210 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth Reviewed-by: Michael Niewöhner --- util/liveiso/build.sh | 2 +- util/liveiso/common.nix | 2 +- util/liveiso/graphical.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/util/liveiso/build.sh b/util/liveiso/build.sh index 86e712cf90..e2e1d65672 100755 --- a/util/liveiso/build.sh +++ b/util/liveiso/build.sh @@ -11,4 +11,4 @@ fi nix-build '' \ -A config.system.build.isoImage \ -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 diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix index b08b48f14d..93a4168524 100644 --- a/util/liveiso/common.nix +++ b/util/liveiso/common.nix @@ -8,7 +8,7 @@ ]; - system.stateVersion = "22.05"; + system.stateVersion = "22.11"; isoImage = { makeEfiBootable = true; diff --git a/util/liveiso/graphical.nix b/util/liveiso/graphical.nix index b82b0f3c81..8d51caf071 100644 --- a/util/liveiso/graphical.nix +++ b/util/liveiso/graphical.nix @@ -53,7 +53,7 @@ gnome-online-accounts.enable = lib.mkForce false; gnome-online-miners.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; dleyna-renderer.enable = lib.mkForce false;