arion/tests/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

9 lines
138 B
Nix

{ pkgs ? import ../pkgs.nix }:
let
inherit (pkgs) nixosTest recurseIntoAttrs;
in
recurseIntoAttrs {
test = nixosTest ./arion-test;
}