commit 41bf5657c4b4fcb8e35def26a7b878d6be7db4f9
parent c77ec18d5d8ae5ddaf2bb6596f28e149209e61be
Author: Vincent Demeester <vincent@sbr.pm>
Date: Wed, 6 Apr 2022 02:48:28 +0200
systems/modules: remove nix.cache.home local cache
It gets more in the way than anything..
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix
@@ -31,7 +31,7 @@ in
'';
};
localCaches = mkOption {
- default = [ "http://nix.cache.home" ];
+ default = [ ];
description = "List of local nix caches";
type = types.listOf types.str;
};