about summary refs log tree commit diff
path: root/users/glittershark/system
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system')
-rw-r--r--users/glittershark/system/home/modules/development/rust.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development/rust.nix b/users/glittershark/system/home/modules/development/rust.nix
index ba680797a5..4deb834652 100644
--- a/users/glittershark/system/home/modules/development/rust.nix
+++ b/users/glittershark/system/home/modules/development/rust.nix
@@ -15,6 +15,7 @@
     "cb" = "cargo build";
     "ct" = "cargo test";
     "ctw" = "fd -e rs | entr cargo test";
+    "cch" = "cargo check";
   };
 
   home.file.".cargo/config".text = ''