You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not start dynamically linked executable: $HOME/.cache/pre-commit/repou6uk64fj/py_env-python3.11/bin/ruff
NixOS cannot run dynamically linked executables intended for generic linux environments out of the box.
The general solution is to use a version packaged in nixpkgs, and this seems to work for manually running ruff, but using it in pre-commit still fails.
The text was updated successfully, but these errors were encountered:
Since NixOS cannot run dynamically linked executables, running the
ruff
binary fails, both manually and withinpre-commit
. The error generated is similar to:The general solution is to use a version packaged in
nixpkgs
, and this seems to work for manually runningruff
, but using it inpre-commit
still fails.The text was updated successfully, but these errors were encountered: