Nixpkgs/Manuals: Difference between revisions

m fix
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.11
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.11#nixpkgs-manual --print-out-paths --no-link
nix build github:nixos/nixpkgs/nixos-24.05#nixpkgs-manual --print-out-paths --no-link
</syntaxhighlight>
</syntaxhighlight>