diff --git a/home/programs/rust.nix b/home/programs/rust.nix index 3152b8c..f2fe075 100644 --- a/home/programs/rust.nix +++ b/home/programs/rust.nix @@ -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"; }; } diff --git a/modules/packages.nix b/modules/packages.nix index c1e1399..e78507e 100644 --- a/modules/packages.nix +++ b/modules/packages.nix @@ -15,7 +15,7 @@ rustc cargo - sccache + # sccache fnm deno