From b7119d23897c89f7e85acfbb72ae2e107facdbd9 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Wed, 24 Jul 2024 11:46:51 +0300 Subject: [PATCH] Fix retardation when setting the flake registry --- modules/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/nix.nix b/modules/nix.nix index b6b3b71..37e0c4c 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -17,9 +17,9 @@ registry = { default.flake = inputs.nixpkgs; - } // mapAttrs (const (value: mkIf (isType "flake" value)) { + } // mapAttrs (const (value: mkIf (isType "flake" value) { flake = value; - }) inputs; + })) inputs; settings = { experimental-features = [