peerix/overlay.nix
2021-11-01 08:18:12 +07:00

4 lines
75 B
Nix

{ self }:
final: prev: {
peerix = self.packages.${prev.system}.peerix;
}