Files
roowho2/nix/tests/default.nix
T
oysteikt db8cff4b82
Build and test / check (push) Failing after 45s
Build and test / build (push) Successful in 1m44s
Build and test / test (push) Successful in 3m29s
Build and test / docs (push) Successful in 5m50s
nix/tests/rwhod: init
2026-07-21 18:16:17 +09:00

11 lines
314 B
Nix

{ pkgs, ... }:
{
# Backwards compatibility tests
# bsd-fingerd = pkgs.testers.runNixOSTest ./bsd-fingerd.nix;
# netkit-rwho = pkgs.testers.runNixOSTest ./netkit-rwho.nix;
# roowho2 integration tests
rwhod = pkgs.testers.runNixOSTest ./rwhod.nix;
# fingerd = pkgs.testers.runNixOSTest ./fingerd.nix;
}