From ec07774d4113c01053565eaea8046c9595057126 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 3 Dec 2024 09:43:51 -0600 Subject: [PATCH] work profile: inherit inputs --- .example_work_profile/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {