thrall: Make all inputs available as channels

This commit is contained in:
Alexander Kobjolke 2023-07-09 20:37:31 +02:00
parent d2c9c51070
commit c2fb887f34

View file

@ -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