From b30924d5143bd1856f50efaaa7e31a2d5f4d98ed Mon Sep 17 00:00:00 2001 From: Frantisek Bohacek Date: Tue, 26 Mar 2024 19:01:08 +0100 Subject: [PATCH] chore: use empty string for empty flake-registry --- hosts/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/configuration.nix b/hosts/configuration.nix index 52fab3e..e808ae4 100644 --- a/hosts/configuration.nix +++ b/hosts/configuration.nix @@ -161,7 +161,7 @@ settings = { connect-timeout = 5; - flake-registry = builtins.toFile "global-registry.json" ''{"flakes":[],"version":2}''; + flake-registry = ""; auto-optimise-store = true; # Optimise syslinks substituters = [ -- 2.48.1