chore: do some automation and git stuff

This commit is contained in:
Zhongheng Liu 2024-10-22 21:20:21 +03:00
commit 55484b005b
Signed by: steven
GPG key ID: DC8F48E7B4C40905
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View file

@ -31,3 +31,6 @@ devenv.local.nix
### direnv ### ### direnv ###
.direnv .direnv
### custom -- build artifacts directory ###
bin
**/bin

View file

@ -17,7 +17,7 @@
scripts = { scripts = {
hello.exec = "echo $GREET"; hello.exec = "echo $GREET";
cat.exec = "bat $@"; cat.exec = "bat $@";
build.exec = "go build -o ./bin/";
show = { show = {
# Prints scripts that have a description # Prints scripts that have a description
# Adapted from https://github.com/cachix/devenv/blob/ef61728d91ad5eb91f86cdbcc16070602e7afa16/examples/scripts/devenv.nix#L34 # Adapted from https://github.com/cachix/devenv/blob/ef61728d91ad5eb91f86cdbcc16070602e7afa16/examples/scripts/devenv.nix#L34