Skip to content

Commit

Permalink
installation: (nix) Update flake and remove ruff (#3514)
Browse files Browse the repository at this point in the history
Nixpkgs ruff lags slightly behind pip's `ruff`. At least when using
`nix-ld` on my system, pip's ruff runs fine so lets just use that.
  • Loading branch information
alexarice authored Nov 25, 2024
1 parent 91d3100 commit 7ebcb70
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
LD_LIBRARY_PATH = "${stdenv.cc.cc.lib}/lib";
buildInputs = [
nodejs_22
ruff
];
};
}
Expand Down

0 comments on commit 7ebcb70

Please sign in to comment.