mirror of
https://github.com/hercules-ci/arion.git
synced 2024-11-23 17:53:55 +03:00
76ca66f59c
This makes the Nix files work like todomvc-nix but a little simplified. Also it pins nixpkgs because for development (tests), you need -unstable instead of release-18.09 so that's automatic now.
5 lines
103 B
Nix
5 lines
103 B
Nix
self: super: {
|
|
arion = super.callPackage ../arion.nix {};
|
|
tests = super.callPackage ../tests {};
|
|
}
|