We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ae1b35 commit 805f11eCopy full SHA for 805f11e
2 files changed
devenv.nix
@@ -1,22 +1,7 @@
1
{
2
- # https://devenv.sh/languages/
3
- languages.go.enable = true;
4
-
5
enterShell = ''
6
echo "🛠️ qc dev shell"
7
- echo "🐹 Go version: $(go version | cut -d' ' -f3 | sed 's/^go//')"
8
'';
9
10
- # https://devenv.sh/git-hooks/
11
- git-hooks = {
12
- hooks = {
13
- gofmt.enable = true;
14
- golangci-lint.enable = true;
15
- golines.enable = true;
16
- gotest.enable = true;
17
- govet.enable = true;
18
- };
19
20
21
# See full reference at https://devenv.sh/reference/options/
22
}
devenv.yaml
@@ -13,3 +13,4 @@ inputs:
imports:
- shared/common
+ - shared/go
0 commit comments