Loading pkgs/build-support/substitute/substitute-all.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ args: # see the substituteAll in the nixpkgs documentation for usage and constaints # see the substituteAll in the nixpkgs documentation for usage and constraints stdenvNoCC.mkDerivation ({ name = if args ? name then args.name else baseNameOf (toString args.src); builder = ./substitute-all.sh; Loading Loading
pkgs/build-support/substitute/substitute-all.nix +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ args: # see the substituteAll in the nixpkgs documentation for usage and constaints # see the substituteAll in the nixpkgs documentation for usage and constraints stdenvNoCC.mkDerivation ({ name = if args ? name then args.name else baseNameOf (toString args.src); builder = ./substitute-all.sh; Loading