mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
rm: remove sccache
This commit is contained in:
parent
0ea67a14c6
commit
7267b88a90
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{pkgs, ...}: let
|
||||
inherit (pkgs) lib;
|
||||
# inherit (pkgs) lib;
|
||||
toml = pkgs.formats.toml {};
|
||||
in {
|
||||
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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
rustc
|
||||
cargo
|
||||
sccache
|
||||
# sccache
|
||||
|
||||
fnm
|
||||
deno
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue