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