Nixpkgs/Manuals: Difference between revisions
Phanirithvij (talk | contribs) m fix |
Phanirithvij (talk | contribs) m use a real older version |
||
Line 58: | Line 58: | ||
==== older versions of the manual ==== | ==== older versions of the manual ==== | ||
If you want to build the manual for older versions of nixpkgs for e.g. nixos-24. | If you want to build the manual for older versions of nixpkgs for e.g. nixos-24.05 | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
nix build github:nixos/nixpkgs/nixos-24. | nix build github:nixos/nixpkgs/nixos-24.05#nixpkgs-manual --print-out-paths --no-link | ||
</syntaxhighlight> | </syntaxhighlight> | ||