direnv init

This commit is contained in:
Tim Van Baak 2025-01-16 06:37:47 -08:00
parent b399bd62ce
commit 7aae56415d
3 changed files with 4 additions and 0 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use flake

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.direnv

View File

@ -26,6 +26,8 @@
devShells.default = pkgs.mkShell {
packages = [
pkgs.go
pkgs.gopls
pkgs.go-tools
pkgs.gotools
];
};