fix linux-builder ccache
This commit is contained in:
@@ -32,11 +32,19 @@
|
||||
};
|
||||
|
||||
nix = {
|
||||
linux-builder.enable = true;
|
||||
linux-builder = {
|
||||
enable = true;
|
||||
config = ({ pkgs, ... }:
|
||||
{
|
||||
systemd.tmpfiles.rules = [
|
||||
"d /var/cache/ccache 0770 root nixbld -"
|
||||
];
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
nix-rosetta-builder = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
onDemand = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user