chore: update dev environment to include mailpit
This commit is contained in:
parent
6b243f38df
commit
fc0599c63c
1 changed files with 4 additions and 1 deletions
|
|
@ -34,7 +34,10 @@
|
|||
# packages.default =
|
||||
devShells.default = pkgs.mkShell {
|
||||
ENVIRONMENT = "dev";
|
||||
nativeBuildInputs = with pkgs; [ go ];
|
||||
nativeBuildInputs = with pkgs; [
|
||||
go
|
||||
mailpit
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue