Commit graph

2 commits

Author SHA1 Message Date
f08de43ffc
install ruff from nixpkgs
All checks were successful
Actions / Build (push) Successful in 12s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 22s
Actions / Build Documentation (push) Successful in 26s
because ruff is a rust binary and not an actual python module, it cannot run on NixOS natively. that means that installing it through `uv sync` or `uv tool run ruff` does NOT work, and we need to install the `pkgs.python311Packages.ruff` package from nixpkgs instead
2024-12-08 10:09:13 -05:00
317de057fc
add nix flake
All checks were successful
Actions / Build (push) Successful in 13s
Actions / Lint with Ruff, Pylint, & MyPy (push) Successful in 24s
Actions / Build Documentation (push) Successful in 27s
2024-12-08 09:39:53 -05:00