lol

writeScriptBin: add meta.mainProgram

+1
+1
pkgs/build-support/trivial-builders/default.nix
··· 203 inherit name text; 204 executable = true; 205 destination = "/bin/${name}"; 206 }; 207 208 # See doc/build-helpers/trivial-build-helpers.chapter.md
··· 203 inherit name text; 204 executable = true; 205 destination = "/bin/${name}"; 206 + meta.mainProgram = name; 207 }; 208 209 # See doc/build-helpers/trivial-build-helpers.chapter.md