···23args:
45-# see the substituteAll in the nixpkgs documentation for usage and constaints
6stdenvNoCC.mkDerivation ({
7 name = if args ? name then args.name else baseNameOf (toString args.src);
8 builder = ./substitute-all.sh;
···23args:
45+# see the substituteAll in the nixpkgs documentation for usage and constraints
6stdenvNoCC.mkDerivation ({
7 name = if args ? name then args.name else baseNameOf (toString args.src);
8 builder = ./substitute-all.sh;