+overlay
This commit is contained in:
parent
d47a64ce1e
commit
3b05d8c85d
@ -10,6 +10,9 @@
|
|||||||
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;
|
||||||
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
|
nixpkgsFor = forAllSystems (system: import nixpkgs { inherit system; });
|
||||||
in {
|
in {
|
||||||
|
overlay = final: prev: {
|
||||||
|
po = self.packages.${prev.system}.po;
|
||||||
|
};
|
||||||
packages = forAllSystems (system:
|
packages = forAllSystems (system:
|
||||||
let pkgs = nixpkgsFor.${system};
|
let pkgs = nixpkgsFor.${system};
|
||||||
in {
|
in {
|
||||||
|
Loading…
Reference in New Issue
Block a user