summaryrefslogtreecommitdiff
path: root/util/liveiso/common.nix
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2022-12-01 16:40:13 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2023-01-10 07:20:29 +0000
commitb3ebf5ba0b8113b67fcf0e0c884abd1494acc20b (patch)
tree36adbda28e614704ad65ca431afd98877a392a2b /util/liveiso/common.nix
parenteab108f68b4774a3c0b906c14652c60b93d8f5ff (diff)
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>
Diffstat (limited to 'util/liveiso/common.nix')
-rw-r--r--util/liveiso/common.nix2
1 files changed, 1 insertions, 1 deletions
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 @@
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
];
- system.stateVersion = "22.05";
+ system.stateVersion = "22.11";
isoImage = {
makeEfiBootable = true;