Merge pull request #282080 from toastal/purescript-main-programs

mainPrograms for misc. PureScript tooling
This commit is contained in:
K900 2024-02-01 17:15:16 +03:00 committed by GitHub
commit f0c4b00dbe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -45,8 +45,12 @@
poor-mans-t-sql-formatter-cli = "sqlformat";
postcss-cli = "postcss";
prettier = "prettier";
pulp = "pulp";
purescript-language-server = "purescript-language-server";
purescript-psa = "psa";
purs-tidy = "purs-tidy";
purty = "purty";
pscid = "pscid";
remod-cli = "remod";
svelte-language-server = "svelteserver";
teck-programmer = "teck-firmware-upgrade";

View File

@ -55,4 +55,7 @@ spago.overrideAttrs (oldAttrs: {
touch $out
'';
};
meta = (oldAttrs.meta or {}) // {
mainProgram = "spago";
};
})