Files
oysteikt f5090f9c8c
Build and test / build (push) Successful in 1m41s
Build and test / check (push) Successful in 2m24s
Build and test / docs (push) Successful in 3m58s
Build and test / test (push) Successful in 2m7s
nix/tests/rwhod: init
2026-07-21 22:48:51 +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;
}