Skip to content

Commit

Permalink
keep rust on nixpkgs version in devenv
Browse files Browse the repository at this point in the history
otherwise clippy has a different version and pre-commit fails
  • Loading branch information
ss2165 committed Jul 31, 2023
1 parent 26a4f1a commit 119325c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# https://devenv.sh/languages/
# https://devenv.sh/reference/options/#languagesrustversion
languages.rust = {
channel = "stable";
enable = true;
components = [ "rustc" "cargo" "clippy" "rustfmt" "rust-analyzer" ];
};
Expand Down

0 comments on commit 119325c

Please sign in to comment.