From f5dbac1e56dc6c65b772056426cd2a425903d23b Mon Sep 17 00:00:00 2001 From: sstent Date: Thu, 30 Nov 2023 14:53:33 +0000 Subject: [PATCH] fixing fitbit --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 8df1cb0..6acbfc3 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs: }; specialArgs = { - inherit inputs outputs lib; + # inherit inputs outputs lib; # By default, the system will only use packages from the # stable channel. You can selectively install packages @@ -40,7 +40,7 @@ outputs = { self, nixpkgs, nixpkgs-unstable, home-manager, ... }@inputs: # make all inputs availabe in other nix files - inherit inputs; + inherit inputs outputs lib; }; modules = [