2
0
Förgrening 0

Export the forAll[,Local,Cross]Systems functions

This commit is contained in:
Ehmry - 2020-12-20 13:53:21 +01:00
förälder 76ebec9f37
incheckning c493b46b27
1 ändrade filer med 3 tillägg och 1 borttagningar

Visa fil

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