aboutsummaryrefslogtreecommitdiffstats
path: root/rust
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--rust/flake.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/rust/flake.nix b/rust/flake.nix
index e68d2d8..dc7c778 100644
--- a/rust/flake.nix
+++ b/rust/flake.nix
@@ -70,14 +70,9 @@
devShells.default = pkgs.mkShell {
packages = with pkgs; [
- nil
- alejandra
- statix
- ltex-ls
cocogitto
- rust-stable
- rust-analyzer
+ rust_default
cargo-edit
];
};