fix build

This commit is contained in:
Jörg Thalheim 2024-04-17 12:24:41 +02:00
parent f23d47cef8
commit 8c987b74b3

View file

@ -29,7 +29,7 @@ build_kexec_installer() {
build_image_installer() {
declare -r tag=$1 arch=$2 tmp=$3
out=$(nix build --print-out-paths --option accept-flake-config true -L ".#packages.${arch}.image-installer-${tag//./}${variant}")
out=$(nix build --print-out-paths --option accept-flake-config true -L ".#packages.${arch}.image-installer-${tag//./}")
echo "$out/iso/nixos-installer-${arch}.iso"
}