Loading pkgs/build-support/trivial-builders/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -368,9 +368,10 @@ rec { , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } , passthru ? { } }: runCommandLocal name { inherit files executable checkPhase meta destination; } { inherit files executable checkPhase meta passthru destination; } '' file=$out$destination mkdir -p "$(dirname "$file")" Loading Loading
pkgs/build-support/trivial-builders/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -368,9 +368,10 @@ rec { , destination ? "" # relative path appended to $out eg "/bin/foo" , checkPhase ? "" # syntax checks, e.g. for scripts , meta ? { } , passthru ? { } }: runCommandLocal name { inherit files executable checkPhase meta destination; } { inherit files executable checkPhase meta passthru destination; } '' file=$out$destination mkdir -p "$(dirname "$file")" Loading