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>
This commit is contained in:
parent
987e3dc80b
commit
ad31061e66
|
@ -8,7 +8,7 @@
|
||||||
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
|
<nixpkgs/nixos/modules/installer/cd-dvd/iso-image.nix>
|
||||||
];
|
];
|
||||||
|
|
||||||
system.stateVersion = "21.05";
|
system.stateVersion = "21.11";
|
||||||
|
|
||||||
isoImage = {
|
isoImage = {
|
||||||
makeEfiBootable = true;
|
makeEfiBootable = true;
|
||||||
|
@ -127,7 +127,6 @@
|
||||||
hexdump
|
hexdump
|
||||||
htop
|
htop
|
||||||
i2c-tools
|
i2c-tools
|
||||||
iasl
|
|
||||||
intel-gpu-tools
|
intel-gpu-tools
|
||||||
inxi
|
inxi
|
||||||
iotools
|
iotools
|
||||||
|
|
Loading…
Reference in New Issue