diff options
author | stuebinm | 2024-03-19 02:44:58 +0100 |
---|---|---|
committer | stuebinm | 2024-03-19 02:45:25 +0100 |
commit | 48534f8c321cb33190a3cc80a9c364ffbf68c878 (patch) | |
tree | 609f30d231b394ed42ea623ff584873b3561b531 /.gitignore |
rust script to automatically add meta.mainProgram to nixpkgs
with thanks to pennae, who showed that this approach was possible
(and wrote the status-report widget)
https://github.com/pennae/nix-doc-munge
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ea8c4bf --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/target |