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

@ -33,3 +33,7 @@ services.actualbudget-report = {
environmentFile = config.sops.templates."actualbudget-report-env".path;
};
```
# Development
If you are on NixOS and have devenv installed, `devenv up -d` will spin up the mailpit instance and `devenv shell` will give you tools. If you do not have devenv it is provided in the devShell output at `nix shell`