Skip to content

Commit db838be

Browse files
committed
pkgs.substitute: use new substitutions argument
1 parent bec0bca commit db838be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let
3636
let
3737
substitutedNixManualReference = pkgs.substitute {
3838
src = ./source/reference/nix-manual.md;
39-
replacements = lib.concatLists (lib.mapAttrsToList (from: to: [ "--subst-var-by" from to ]) releases.substitutions);
39+
substitutions = lib.concatLists (lib.mapAttrsToList (from: to: [ "--subst-var-by" from to ]) releases.substitutions);
4040
};
4141
in
4242
''

0 commit comments

Comments
 (0)