diff --git a/home-manager/programs/devel.nix b/home-manager/programs/devel.nix index cc6cc85..6a3bd28 100644 --- a/home-manager/programs/devel.nix +++ b/home-manager/programs/devel.nix @@ -65,6 +65,8 @@ with lib; with nLib; { cargo-play # Quickly execute code outside of a crate # For building stuff that uses protocol buffers protobuf + # For faster builds + sccache ]; }) # JVM Development