gomod2nix/builder
adisbladis a4bed25a86 Add mkGoEnv function
This creates an `mkGoEnv` function which takes care of adding the
correct Go package to your development environment and installs
development dependencies from tools.go in a Nix derivation.

The "normal" workflow around Go with tools.go just sticks development
dependencies in $GOBIN which isn't ideal since you have no separation
between projects.
2022-06-13 20:37:42 +08:00
..
default.nix Add mkGoEnv function 2022-06-13 20:37:42 +08:00
fetch.sh Filter MacOS .DS_Store directories 2022-06-01 01:46:29 +08:00
install.go Add mkGoEnv function 2022-06-13 20:37:42 +08:00
parser.nix Fix go.mod parser for repeated replace directives 2022-05-29 16:23:37 +08:00
symlink.go builder: Use new format for building 2022-05-28 22:56:52 +08:00