lol

writeScriptBin: add meta.mainProgram

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