11 lines
370 B
Markdown
11 lines
370 B
Markdown
# Dev Shells with Nix
|
|
|
|
This repo contains a bunch of handy dev shells that can used on any system that has the nix package manager installed.
|
|
|
|
## Available shells
|
|
|
|
### Go
|
|
- makes `go` and `gopls` available
|
|
- can be activated with `nix develop github:adtya/devshells#go`
|
|
- can also be activated with direnv by adding `use flake github:adtya/devshells#go` to `.envrc`
|
|
|