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 37
37
38
38
/permalink/stub-ld /guides/faq#how-to-run-non-nix-executables 301
39
39
/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
42
40
/tutorials/nixos/continuous-integration-github-actions /guides/recipes/continuous-integration-github-actions 301
43
41
/guides/recipes/autoformatting /guides/faq#how-to-format-nix-language-code-automatically 301
Original file line number Diff line number Diff line change 79
79
mkdir -p $out/manual/nix
80
80
cp -R build/html/* $out/
81
81
cp build/latex/nix-dev.pdf $out/
82
+ cp netlify.toml $out/
82
83
'' + lib . optionalString withManuals ''
83
84
${ lib . concatStringsSep "\n " ( lib . mapAttrsToList release releases . nixReleases ) }
84
85
${ 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