mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 09:38:12 +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 {};
|
|
}
|