diff --git a/.example_work_profile/flake.nix b/.example_work_profile/flake.nix index ac3503d..45a0e1b 100644 --- a/.example_work_profile/flake.nix +++ b/.example_work_profile/flake.nix @@ -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 {