forked from DGNum/liminix
5df5c822ea
Good: this means it's not hanging holding the s6 dataase lock. Bad: it's the ugliest implementation and doesn't deserve to be preserved (tbf the ugliness is not new)
13 lines
430 B
Nix
13 lines
430 B
Nix
{
|
|
smoke = import ./smoke/test.nix;
|
|
pseudofiles = import ./pseudofiles/test.nix;
|
|
wlan = import ./wlan/test.nix;
|
|
pppoe = import ./pppoe/test.nix;
|
|
jffs2 = import ./jffs2/test.nix;
|
|
ext4 = import ./ext4/test.nix;
|
|
min-copy-closure = import ./min-copy-closure/test.nix;
|
|
fennel = import ./fennel/test.nix;
|
|
tftpboot = import ./tftpboot/test.nix;
|
|
updown = import ./updown/test.nix;
|
|
inout = import ./inout/test.nix;
|
|
}
|