chore: update dev environment to include mailpit

This commit is contained in:
TheWanderingCrow 2025-11-12 09:59:32 -05:00
parent 6b243f38df
commit fc0599c63c

View file

@ -34,7 +34,10 @@
# packages.default = # packages.default =
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
ENVIRONMENT = "dev"; ENVIRONMENT = "dev";
nativeBuildInputs = with pkgs; [ go ]; nativeBuildInputs = with pkgs; [
go
mailpit
];
}; };
}; };
}; };