commit | ea6c91e93d124062670927ad11e1a216d1db946b | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Wed Jan 25 21:32:48 2023 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Feb 26 13:09:37 2023 +0000 |
tree | 588f2a7fae0b1a471eeb400202a039bbd84ec445 | |
parent | c108348694b9c2c1074bac315c61fc8fbde67f30 [diff] |
Change the rust packages we install to avoid compatibility issues
diff --git a/modules/rust.nix b/modules/rust.nix index 72652d4..7d1b077 100644 --- a/modules/rust.nix +++ b/modules/rust.nix
@@ -6,9 +6,9 @@ }: { home.home.packages = with fenix.packages.${system}.latest; [ cargo - clippy rustc rustfmt + rust-analyzer pkgs.bacon pkgs.gcc ];