c39d7db5cd
Tests the minimal example, up command, network connectivity. Introduces overlay.
6 lines
98 B
Nix
6 lines
98 B
Nix
{ pkgs ? import ./pkgs.nix }:
|
|
|
|
{
|
|
inherit (pkgs) arion;
|
|
tests = pkgs.callPackage ./tests {};
|
|
}
|