work profile: inherit inputs

This commit is contained in:
John Bowdre 2024-12-03 09:43:51 -06:00
parent 0c1f6a4144
commit ec07774d41
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -7,7 +7,7 @@
outputs = { self, dotfiles, nixpkgs } @inputs:
let
inherit (dotfiles) homeConfigurations homeManagerModules lib overlays packages;
inherit (dotfiles) homeConfigurations homeManagerModules inputs lib overlays packages;
inherit (self) outputs;
in
{