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:
parent
eab108f68b
commit
b3ebf5ba0b
|
@ -11,4 +11,4 @@ fi
|
|||
nix-build '<nixpkgs/nixos>' \
|
||||
-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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
|
||||
];
|
||||
|
||||
system.stateVersion = "22.05";
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
isoImage = {
|
||||
makeEfiBootable = true;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue