summaryrefslogtreecommitdiff
path: root/util/liveiso/nixos/build.sh
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2023-12-08 10:06:20 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2023-12-29 22:24:50 +0000
commitacf10d6096460874785ab951c75589c133afb66f (patch)
tree61ab006f09a562bd5d9132d897360a8eb1396c3a /util/liveiso/nixos/build.sh
parent944bed2c7d3ef7a0da73109b714238e04b920952 (diff)
util/liveiso: Update to 23.11 release
The package 'bluezFull' got superseded by 'bluez'. So just remove the related line since 'bluez' is the default. Change-Id: Ibf72c37205017b27012064b311a9510136351c0f Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79416 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marvin Evers <marvin.n.evers@gmail.com> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
Diffstat (limited to 'util/liveiso/nixos/build.sh')
-rwxr-xr-xutil/liveiso/nixos/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/liveiso/nixos/build.sh b/util/liveiso/nixos/build.sh
index a10dad311d..9a3889d22d 100755
--- a/util/liveiso/nixos/build.sh
+++ b/util/liveiso/nixos/build.sh
@@ -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-23.05.tar.gz
+ -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-23.11.tar.gz