diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-22 21:20:21 +0300 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-10-22 21:20:21 +0300 |
commit | 55484b005b0fc398d8f0b6ae77c3aaa81ad79d0b (patch) | |
tree | 1a7af29ac608780c27e78a96c4b17210deb8f91d | |
parent | 7b2b847ec5da9c1f60061e55dd3858427697b7a4 (diff) | |
download | rulmarc-55484b005b0fc398d8f0b6ae77c3aaa81ad79d0b.tar.gz rulmarc-55484b005b0fc398d8f0b6ae77c3aaa81ad79d0b.tar.bz2 rulmarc-55484b005b0fc398d8f0b6ae77c3aaa81ad79d0b.zip |
chore: do some automation and git stuff
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | devenv.nix | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |