nixpkgs: enable ccache

This commit is contained in:
陈浩南 2023-09-19 12:33:08 +08:00
parent 1a2d11cef8
commit 77c4a604e9

View File

@ -33,6 +33,7 @@ inputs:
(
mkConditional (nixpkgs.march != null)
{
programs.ccache.enable = true;
nixpkgs =
{
hostPlatform = { system = "x86_64-linux"; gcc = { arch = nixpkgs.march; tune = nixpkgs.march; }; };