Add sccache

This commit is contained in:
nathan mccarty 2022-07-06 01:14:56 -04:00
parent dcb7cef1d5
commit 148c39fbd2
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -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