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 c18e038 commit f478913Copy full SHA for f478913
pkgs/build-support/trivial-builders/default.nix
@@ -368,9 +368,10 @@ rec {
368
, destination ? "" # relative path appended to $out eg "/bin/foo"
369
, checkPhase ? "" # syntax checks, e.g. for scripts
370
, meta ? { }
371
+ , passthru ? { }
372
}:
373
runCommandLocal name
- { inherit files executable checkPhase meta destination; }
374
+ { inherit files executable checkPhase meta passthru destination; }
375
''
376
file=$out$destination
377
mkdir -p "$(dirname "$file")"
0 commit comments