Skip to content

Commit

Permalink
Install ruff via nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
seakrueger committed Jun 8, 2024
1 parent 765c153 commit 9c2e2b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
python312Packages.pip
python312Packages.pyusb # fixes the pyusb 'No backend available' when installed directly via pip
python312Packages.venvShellHook # Initializes a venv in $venvDir
ruff # Ruff cannot be installed via pip

libgcc
glib
Expand Down Expand Up @@ -82,6 +83,7 @@
echo Installing dependencies into virtual environment
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip uninstall -y ruff # Hacky solution to not fight with other dev deps
'';

# set the environment variables that Qt apps expect
Expand Down

0 comments on commit 9c2e2b3

Please sign in to comment.