From 2d678dc3039b07b25a1d4b9437b3e76a9b3e32da Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 11 Oct 2021 23:26:13 -0400 Subject: [PATCH] fix(powercord): add inputs to hm importables --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 059af76..b7cf806 100644 --- a/flake.nix +++ b/flake.nix @@ -218,6 +218,7 @@ imports = [ (digga.lib.importExportableModules ./users/modules) ]; modules = [ ]; importables = rec { + inherit inputs; profiles = digga.lib.rakeLeaves ./users/profiles; suites = with profiles; self.lib.flattenSetList rec {