From 06263bfde251a13b53b4cb7665b8b7c059701858 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Wed, 24 Feb 2021 12:37:23 -0500 Subject: feat(gs/home): Alias cch=cargo check Change-Id: I4b0ef2f5996b6cf34724a0ed6b1c8081baa4d929 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2549 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/home/modules/development/rust.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/glittershark/system') 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 = '' -- cgit 1.4.1