Netboot: Difference between revisions

Nh2 (talk | contribs)
Reduce build time of second example
Sandro (talk | contribs)
 
(One intermediate revision by one other user not shown)
Line 10: Line 10:
<syntaxHighlight lang=nix>
<syntaxHighlight lang=nix>
let
let
  # NixOS 22.11 as of 2023-01-12
   nixpkgs = builtins.getFlake "github:nixos/nixpkgs/nixos-25.11";
   nixpkgs = builtins.getFlake "github:nixos/nixpkgs/54644f409ab471e87014bb305eac8c50190bcf48";


   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 ===