fixing fitbit

This commit is contained in:
2023-11-30 14:53:33 +00:00
parent 561ec749c9
commit f5dbac1e56

View File

@@ -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 = [