Export the forAll[,Local,Cross]Systems functions

Este commit está contenido en:
Emery Hemingway 2020-12-20 13:53:21 +01:00
padre 76ebec9f37
commit c493b46b27
Se han modificado 1 ficheros con 3 adiciones y 1 borrados

Ver fichero

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