mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-12-18 10:52:18 +00:00
work profile: inherit inputs
This commit is contained in:
parent
0c1f6a4144
commit
ec07774d41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue