Export the forAll[,Local,Cross]Systems functions

This commit is contained in:
Emery Hemingway 2020-12-20 13:53:21 +01:00
parent 297956fb16
commit 7a755a9b6a
1 changed files with 3 additions and 1 deletions

View File

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