We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44ce5b commit 415b78cCopy full SHA for 415b78c
docs/howtos.md
@@ -103,7 +103,7 @@ Here's an example command that demonstrates how to use a custom kexec image with
103
104
```
105
nix run github:numtide/nixos-anywhere -- \
106
- --kexec "$(nix build --print-out-paths github:nix-community/nixos-images#packages.aarch64-linux.kexec-installer-noninteractive-nixos-unstable)/nixos-kexec-installer-noninteractive-aarch64-linux.tar.gz" \
+ --kexec "$(nix build --print-out-paths github:nix-community/nixos-images#packages.aarch64-linux.kexec-installer-nixos-unstable-noninteractive)/nixos-kexec-installer-noninteractive-aarch64-linux.tar.gz" \
107
--flake 'github:your-user/your-repo#your-system' \
108
root@yourip
109
0 commit comments