arion/default.nix
Robert Hensing c39d7db5cd Add integration test
Tests the minimal example, up command, network connectivity.
Introduces overlay.
2019-01-02 09:54:46 +01:00

7 lines
98 B
Nix

{ pkgs ? import ./pkgs.nix }:
{
inherit (pkgs) arion;
tests = pkgs.callPackage ./tests {};
}