diff --git a/nixos/base.nix b/nixos/base.nix index 1e22414..d835c09 100644 --- a/nixos/base.nix +++ b/nixos/base.nix @@ -24,10 +24,6 @@ }; }; - # This will add each flake input as a registry - # To make nix commands consistent with your flake - nix.registry = (lib.mapAttrs (_: flake: {inherit flake;})) ((lib.filterAttrs (_: lib.isType "flake")) inputs); - # Enable flakes and garbage collection nix = { settings = {