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