Skip to content

Commit

Permalink
Add Procfile for development
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Jul 18, 2023
1 parent 956506a commit c221c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pytest: ptw --ext py,nix --runner "pytest --workers auto"
statix: reflex -g '*.nix' -- statix check
deadnix: reflex -g '*.nix' -- deadnix
ruff: ruff check --watch .
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@
in
pkgs.mkShell {
packages = checkInputs ++ [
pkgs.pdm
pkgs.pdm # Python PEP-621 compliant package manager
pkgs.hivemind # Procfile runner
pkgs.reflex # Generic file watcher
];
};

Expand Down

0 comments on commit c221c11

Please sign in to comment.