forked from dan/liminix
* move shell script to a runCommand * multicast needs special options to run on loopback (nix-build sandbox disables non-local network interfaces)
6 lines
139 B
Nix
6 lines
139 B
Nix
{
|
|
smoke = import ./tests/smoke/test.nix;
|
|
pseudofiles = import ./tests/pseudofiles/test.nix;
|
|
pppoe = import ./tests/pppoe/test.nix;
|
|
}
|