Skip to content

Commit c4bd221

Browse files
authored
Merge pull request #533 from nix-community/nixos-25.05
Update kexec to Nixos 25.05
2 parents 505d664 + cde6ea7 commit c4bd221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ runKexec() {
610610
if [[ $kexecUrl == "" ]]; then
611611
case "${isArch}" in
612612
x86_64 | aarch64)
613-
kexecUrl="https://github.com/nix-community/nixos-images/releases/download/nixos-24.11/nixos-kexec-installer-noninteractive-${isArch}-linux.tar.gz"
613+
kexecUrl="https://github.com/nix-community/nixos-images/releases/download/nixos-25.05/nixos-kexec-installer-noninteractive-${isArch}-linux.tar.gz"
614614
;;
615615
*)
616616
abort "Unsupported architecture: ${isArch}. Our default kexec images only support x86_64 and aarch64 cpus. Checkout https://github.com/nix-community/nixos-anywhere/#using-your-own-kexec-image for more information."

0 commit comments

Comments
 (0)