You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ nix run nixpkgs#nixos-generators -- \
28
28
--flake .#aarch64 --out-link result
29
29
```
30
30
31
-
After building, your image should be in the `result/iso/` directory, being named something in the vein of `nixos-minimal-25.05-DATE-HASH-ARCHITECTURE-linux.iso`.
31
+
After building, your image should be in the `result/iso/` directory, being named something in the vein of `nixos-minimal-25.11-DATE-HASH-ARCHITECTURE-linux.iso`.
32
32
33
33
### Notice for cross-compiling images
34
34
If building an image for an architecture different to the native architecture of the build host, you will need to configure Nix accordingly.
0 commit comments