This commit is contained in:
Aaron Bieber 2023-01-29 05:49:45 -07:00
parent d47a64ce1e
commit 3b05d8c85d
No known key found for this signature in database

View File

@ -10,6 +10,9 @@
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
in {
overlay = final: prev: {
po = self.packages.${prev.system}.po;
};
packages = forAllSystems (system:
let pkgs = nixpkgsFor.${system};
in {