thrall: Make all inputs available as channels
This commit is contained in:
parent
d2c9c51070
commit
c2fb887f34
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@
|
||||||
overlays = with inputs; [ emacs.overlay ];
|
overlays = with inputs; [ emacs.overlay ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
{
|
||||||
|
nix.registry =
|
||||||
|
nixpkgs.lib.mapAttrs (_: value: { flake = value; }) inputs;
|
||||||
|
}
|
||||||
snm.nixosModule
|
snm.nixosModule
|
||||||
./modules/security.nix
|
./modules/security.nix
|
||||||
./hosts/thrall
|
./hosts/thrall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue