mirror of
https://github.com/jbowdre/dotfiles.git
synced 2025-01-05 09:49:12 +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:
|
outputs = { self, dotfiles, nixpkgs } @inputs:
|
||||||
let
|
let
|
||||||
inherit (dotfiles) homeConfigurations homeManagerModules lib overlays packages;
|
inherit (dotfiles) homeConfigurations homeManagerModules inputs lib overlays packages;
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue