chore: do some automation and git stuff
This commit is contained in:
parent
7b2b847ec5
commit
55484b005b
2 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -31,3 +31,6 @@ devenv.local.nix
|
|||
### direnv ###
|
||||
.direnv
|
||||
|
||||
### custom -- build artifacts directory ###
|
||||
bin
|
||||
**/bin
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
scripts = {
|
||||
hello.exec = "echo $GREET";
|
||||
cat.exec = "bat $@";
|
||||
|
||||
build.exec = "go build -o ./bin/";
|
||||
show = {
|
||||
# Prints scripts that have a description
|
||||
# Adapted from https://github.com/cachix/devenv/blob/ef61728d91ad5eb91f86cdbcc16070602e7afa16/examples/scripts/devenv.nix#L34
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue