2
0
포크 0

Export the forAll[,Local,Cross]Systems functions

This commit is contained in:
Ehmry - 2020-12-20 13:53:21 +01:00
부모 76ebec9f37
커밋 c493b46b27
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

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