1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00

rm: remove sccache

This commit is contained in:
Ryan Cao 2023-11-10 23:11:54 +08:00
parent 0ea67a14c6
commit 7267b88a90
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
2 changed files with 3 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{pkgs, ...}: let {pkgs, ...}: let
inherit (pkgs) lib; # inherit (pkgs) lib;
toml = pkgs.formats.toml {}; toml = pkgs.formats.toml {};
in { in {
home.file.".cargo/config.toml".source = toml.generate "config.toml" { home.file.".cargo/config.toml".source = toml.generate "config.toml" {
build.rustc-wrapper = lib.getExe' pkgs.sccache "sccache"; # build.rustc-wrapper = lib.getExe' pkgs.sccache "sccache";
}; };
} }

View file

@ -15,7 +15,7 @@
rustc rustc
cargo cargo
sccache # sccache
fnm fnm
deno deno