liminix-fork/tests/ci.nix

8 lines
190 B
Nix
Raw Normal View History

2023-02-05 23:38:21 +01:00
{
smoke = import ./smoke/test.nix;
pseudofiles = import ./pseudofiles/test.nix;
2023-02-09 00:19:18 +01:00
wlan = import ./wlan/test.nix;
2023-02-05 23:38:21 +01:00
pppoe = import ./pppoe/test.nix;
2023-04-06 21:58:26 +02:00
jffs2 = import ./jffs2/test.nix;
2023-02-05 23:38:21 +01:00
}