arion/nix/overlay.nix
2019-01-29 20:39:19 +07:00

5 lines
140 B
Nix

self: super: {
arion = super.callPackage ../arion.nix {};
tests = super.callPackage ../tests {};
doc = super.callPackage ../doc {};
}