We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec0bca commit db838beCopy full SHA for db838be
default.nix
@@ -36,7 +36,7 @@ let
36
let
37
substitutedNixManualReference = pkgs.substitute {
38
src = ./source/reference/nix-manual.md;
39
- replacements = lib.concatLists (lib.mapAttrsToList (from: to: [ "--subst-var-by" from to ]) releases.substitutions);
+ substitutions = lib.concatLists (lib.mapAttrsToList (from: to: [ "--subst-var-by" from to ]) releases.substitutions);
40
};
41
in
42
''
0 commit comments