2
0
Fork 0

Export the forAll[,Local,Cross]Systems functions

This commit is contained in:
Emery Hemingway 2020-12-20 13:53:21 +01:00
parent 76ebec9f37
commit c493b46b27
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