init
This commit is contained in:
commit
aacd3c2d92
10 changed files with 553 additions and 0 deletions
14
devenv.nix
Normal file
14
devenv.nix
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
languages.go.enable = true;
|
||||
|
||||
pre-commit.hooks = {
|
||||
# Go
|
||||
gotest.enable = true;
|
||||
golangci-lint.enable = true;
|
||||
|
||||
# Nix
|
||||
alejandra.enable = true;
|
||||
deadnix.enable = true;
|
||||
statix.enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue