Loading pkgs/build-support/trivial-builders/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -222,6 +222,12 @@ rec { Type: AttrSet */ meta ? { }, /* `stdenv.mkDerivation`'s `passthru` argument. Type: AttrSet */ passthru ? { }, /* The `checkPhase` to run. Defaults to `shellcheck` on supported platforms and `bash -n`. Loading Loading @@ -265,7 +271,7 @@ rec { derivationArgs ? { }, }: writeTextFile { inherit name meta derivationArgs; inherit name meta passthru derivationArgs; executable = true; destination = "/bin/${name}"; allowSubstitutes = true; Loading Loading
pkgs/build-support/trivial-builders/default.nix +7 −1 Original line number Diff line number Diff line Loading @@ -222,6 +222,12 @@ rec { Type: AttrSet */ meta ? { }, /* `stdenv.mkDerivation`'s `passthru` argument. Type: AttrSet */ passthru ? { }, /* The `checkPhase` to run. Defaults to `shellcheck` on supported platforms and `bash -n`. Loading Loading @@ -265,7 +271,7 @@ rec { derivationArgs ? { }, }: writeTextFile { inherit name meta derivationArgs; inherit name meta passthru derivationArgs; executable = true; destination = "/bin/${name}"; allowSubstitutes = true; Loading