disable caches
This commit is contained in:
parent
2682094d57
commit
b118efb181
@ -32,10 +32,15 @@
|
|||||||
optimise.automatic = true;
|
optimise.automatic = true;
|
||||||
|
|
||||||
# enable flakes!
|
# enable flakes!
|
||||||
settings.experimental-features = [
|
settings = {
|
||||||
|
experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
substituters = lib.mkForce [ ];
|
||||||
|
trusted-public-keys = lib.mkForce [ ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# https://github.com/viperML/nh
|
# https://github.com/viperML/nh
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user