about summary refs log tree commit diff stats
path: root/flake/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-01-06 17:10:10 +0100
committerSoispha <soispha@vhack.eu>2024-01-06 17:11:50 +0100
commit7aaea01a5af50167e4e4b7e81b0719ee1d6d5b9f (patch)
treeffd5e164428cf2fa372a70fd91e8c77be0df8566 /flake/default.nix
parentfix(sys/nixpkgs/pkgs/ytc/scr): Create download dir (diff)
downloadnixos-config-7aaea01a5af50167e4e4b7e81b0719ee1d6d5b9f.tar.gz
nixos-config-7aaea01a5af50167e4e4b7e81b0719ee1d6d5b9f.zip
fix(flake): Add `cargo` to make the rust language server work
Diffstat (limited to 'flake/default.nix')
-rw-r--r--flake/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/default.nix b/flake/default.nix
index 18e937e2..44d846ed 100644
--- a/flake/default.nix
+++ b/flake/default.nix
@@ -129,6 +129,7 @@ in {
 
         # rust
         rustfmt
+        cargo
 
         # nix
         alejandra