arion/nix/overlay.nix
2019-03-03 23:42:40 +01:00

6 lines
140 B
Nix

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