chore: get devenv fully setup for working on the project

This commit is contained in:
TheWanderingCrow 2025-12-22 10:54:18 -05:00
parent 0267945d0f
commit d951f673c3
7 changed files with 283 additions and 3 deletions

View file

@ -42,8 +42,7 @@
devShells.default = pkgs.mkShell {
ENVIRONMENT = "dev";
nativeBuildInputs = with pkgs; [
go
mailpit
devenv
];
};
};