add writeFennelScript function, make ifwait use it

This commit is contained in:
Daniel Barlow
2023-05-29 20:20:12 +01:00
parent fa7e682e87
commit fdffdbb22a
6 changed files with 51 additions and 27 deletions

View File

@@ -5,4 +5,5 @@
pppoe = import ./pppoe/test.nix;
jffs2 = import ./jffs2/test.nix;
min-copy-closure = import ./min-copy-closure/test.nix;
fennel = import ./fennel/test.nix;
}