···86 ];
87 forAllSystems = nixpkgs.lib.genAttrs systems; # This is a function that generates an attribute by calling a function you pass to it, with each system as an argument
88 inheritSpecialArgs = {
89- inherit
90- self
91 inputs
92 outputs
93 nixos-hardware
···86 ];
87 forAllSystems = nixpkgs.lib.genAttrs systems; # This is a function that generates an attribute by calling a function you pass to it, with each system as an argument
88 inheritSpecialArgs = {
89+ inherit (self)
090 inputs
91 outputs
92 nixos-hardware