From 2b14d6d4f414b5692fa29685934096536e0a7e19 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 21 Mar 2023 13:33:09 +0100 Subject: flake-registry --- system-profiles/core.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system-profiles') diff --git a/system-profiles/core.nix b/system-profiles/core.nix index 40bd20c6..f6d5a21e 100644 --- a/system-profiles/core.nix +++ b/system-profiles/core.nix @@ -47,6 +47,8 @@ in { sandbox = true; allowed-users = [ "*" ]; trusted-users = [ "root" "@wheel" ]; + + flake-registry = "${flakeInputs.flake-registry}/flake-registry.json"; }; extraOptions = '' experimental-features = nix-command flakes -- cgit v1.2.3