···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)
90- inputs
91- outputs
92- ;
93 inherit
94 self
0095 nixos-hardware
96 impermanence
97 nix-flatpak
···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 = {
000089 inherit
90 self
91+ inputs
92+ outputs
93 nixos-hardware
94 impermanence
95 nix-flatpak