disable caches

This commit is contained in:
Simon Gardling 2024-10-28 01:14:01 -04:00
parent 2682094d57
commit b118efb181
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -32,10 +32,15 @@
optimise.automatic = true;
# enable flakes!
settings.experimental-features = [
"nix-command"
"flakes"
];
settings = {
experimental-features = [
"nix-command"
"flakes"
];
substituters = lib.mkForce [ ];
trusted-public-keys = lib.mkForce [ ];
};
};
# https://github.com/viperML/nh