mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-27 13:55:25 +03:00
6 lines
140 B
Nix
6 lines
140 B
Nix
self: super: {
|
|
arion = super.callPackage ../arion.nix {};
|
|
tests = super.callPackage ../tests {};
|
|
doc = super.callPackage ../doc {};
|
|
}
|