diff --git a/flake.nix b/flake.nix index 0d868da..5be9f33 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,10 @@ overlays = with inputs; [ emacs.overlay ]; }; }) + { + nix.registry = + nixpkgs.lib.mapAttrs (_: value: { flake = value; }) inputs; + } snm.nixosModule ./modules/security.nix ./hosts/thrall