diff --git a/flake.nix b/flake.nix index 58eb69d..3d4a4b7 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,9 @@ nixpkgs.lib // (import ./lib { inherit system localSystem crossSystem; pkgs = self.legacyPackages.${system}; - })); + })) // { + inherit forAllSystems forAllLocalSystems forAllCrossSystems; + }; legacyPackages = # The nixpkgs.legacyPackages after overlaying