Merge pull request #248468 from cmoog/write-shell-script-main-program

trivial-builders: add meta.mainProgram to writeShellScriptBin
This commit is contained in:
Franz Pletz 2023-08-11 16:52:51 +02:00 committed by GitHub
commit e6f240e527
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -304,6 +304,7 @@ rec {
checkPhase = ''
${stdenv.shellDryRun} "$target"
'';
meta.mainProgram = name;
};
/*