Netboot: Difference between revisions
Reduce build time of second example |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 10: | Line 10: | ||
<syntaxHighlight lang=nix> | <syntaxHighlight lang=nix> | ||
let | let | ||
nixpkgs = builtins.getFlake "github:nixos/nixpkgs/nixos-25.11"; | |||
nixpkgs = builtins.getFlake "github:nixos/nixpkgs/ | |||
sys = nixpkgs.lib.nixosSystem { | sys = nixpkgs.lib.nixosSystem { | ||
| Line 223: | Line 222: | ||
* Run the example exactly like the other example further up on the page. | * Run the example exactly like the other example further up on the page. | ||
=== Troubleshooting === | |||
* Error "'''autoexec.ipxe... Operation not supported'''": See [https://github.com/NixOS/nixpkgs/pull/378513#pullrequestreview-3081586117 this issue]. | |||
=== See also === | === See also === | ||