disable caches

This commit is contained in:
2024-10-28 01:14:01 -04:00
parent 2682094d57
commit b118efb181

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