ccache: move to pkgs/by-name

This commit is contained in:
Emery Hemingway 2024-02-09 12:00:40 +00:00
parent fe0309c142
commit 1bbad171d0
3 changed files with 0 additions and 2 deletions

View file

@ -18667,8 +18667,6 @@ with pkgs;
cc-tool = callPackage ../development/embedded/cc-tool { };
ccache = callPackage ../development/tools/misc/ccache { };
# Wrapper that works as gcc or g++
# It can be used by setting in nixpkgs config like this, for example:
# replaceStdenv = { pkgs }: pkgs.ccacheStdenv;