summaryrefslogtreecommitdiffstats
path: root/util/liveiso/common.nix
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2021-12-05 01:57:19 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2021-12-06 22:37:08 +0000
commitad31061e66d11c4827f1645dde2f8015611f3b70 (patch)
treef53221842540facc3171f1162b784604c26a11ed /util/liveiso/common.nix
parent987e3dc80beefb3a72b19f35b1569695b80dce11 (diff)
downloadcoreboot-ad31061e66d11c4827f1645dde2f8015611f3b70.tar.gz
coreboot-ad31061e66d11c4827f1645dde2f8015611f3b70.tar.bz2
coreboot-ad31061e66d11c4827f1645dde2f8015611f3b70.zip
util/liveiso: Update to NixOS 21.11
Update configs so that they work with NixOS 21.11. Drop `iasl` package since it was replaced with `acpica-tools`. Change-Id: Icb9a382b83b3b3e55126bb0bb508659d11497a05 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/59881 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'util/liveiso/common.nix')
-rw-r--r--util/liveiso/common.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/util/liveiso/common.nix b/util/liveiso/common.nix
index 3961aba48853..2ed4af549a80 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 = "21.05";
+ system.stateVersion = "21.11";
isoImage = {
makeEfiBootable = true;
@@ -127,7 +127,6 @@
hexdump
htop
i2c-tools
- iasl
intel-gpu-tools
inxi
iotools