use powder-toy from upstream, drop ccache overlay
This commit is contained in:
parent
c984843694
commit
f64ee84771
2 changed files with 2 additions and 1 deletions
|
@ -59,6 +59,8 @@ in
|
|||
distro = "${distroName} ${version} (${codeName}) ${system}";
|
||||
};
|
||||
|
||||
documentation.doc.enable = false;
|
||||
|
||||
nix.settings.extra-sandbox-paths = [ config.programs.ccache.cacheDir ];
|
||||
programs.ccache.enable = true;
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
{
|
||||
programs.ccache.packageNames = [
|
||||
"agenix"
|
||||
"the-powder-toy"
|
||||
"mcontrolcenter"
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue