packages/linux-lava: don't use ccache by default

This commit is contained in:
LavaDesu 2025-03-18 00:09:46 +11:00
parent 6eda948d6e
commit 4ce28a177c
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 6 additions and 5 deletions

View file

@ -80,6 +80,7 @@
in
{
inherit (pkgs.me) linux-lava spotify-adblock;
linux-lava-ccache = pkgs.me.linux-lava.override { useCcache = true; };
};
};
}