Add meta.mainProgram arg

main
Yorick van Pelt 2023-01-30 14:59:21 +01:00
parent eac9e25822
commit e0ce7220f1
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,9 @@
# picnic-analyze
# howto
```
nix run git+https://git.yori.cc/yorick/picnic-cli --
```
# picnic-cli
```
Available commands:

View File

@ -8,6 +8,7 @@
yarn install --production --ignore-scripts --prefer-offline
'';
postInstall = "rm $out/bin/yarn";
meta.mainProgram = "picnic";
};
};
}