From c2fb887f348af5202f6e48d6292bff8a5f981841 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sun, 9 Jul 2023 20:37:31 +0200 Subject: [PATCH] thrall: Make all inputs available as channels --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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