File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 3737
3838/permalink/stub-ld /guides/faq#how-to-run-non-nix-executables 301
3939/manual/nix /reference/nix-manual 200
40- /manual/nix/unstable/* https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat 200
41- /manual/nix/development/* https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat 200
4240/tutorials/nixos/continuous-integration-github-actions /guides/recipes/continuous-integration-github-actions 301
4341/guides/recipes/autoformatting /guides/faq#how-to-format-nix-language-code-automatically 301
Original file line number Diff line number Diff line change 7979 mkdir -p $out/manual/nix
8080 cp -R build/html/* $out/
8181 cp build/latex/nix-dev.pdf $out/
82+ cp netlify.toml $out/
8283 '' + lib . optionalString withManuals ''
8384 ${ lib . concatStringsSep "\n " ( lib . mapAttrsToList release releases . nixReleases ) }
8485 ${ lib . concatStringsSep "\n " ( lib . mapAttrsToList mutableRedirect releases . mutableNixManualRedirects ) }
Original file line number Diff line number Diff line change 1+ [[redirects ]]
2+ from = " /manual/nix/unstable/*"
3+ to = " https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat"
4+ status = 200
5+ force = true
6+ [redirects .headers ]
7+ X-From = " nix.dev-Uogho3gi"
8+
9+ [[redirects ]]
10+ from = " /manual/nix/development/*"
11+ to = " https://hydra.nixos.org/job/nix/master/manual/latest/download/1/manual/:splat"
12+ status = 200
13+ force = true
14+ [redirects .headers ]
15+ X-From = " nix.dev-Uogho3gi"
You can’t perform that action at this time.
0 commit comments