install fennel from source as a package

nixos lua packaging is giving me a headache
This commit is contained in:
Daniel Barlow
2023-07-04 22:56:17 +01:00
parent 41687e916d
commit 24befe6bf7
3 changed files with 40 additions and 24 deletions

View File

@@ -56,4 +56,5 @@
firewallgen = callPackage ./firewallgen {};
kernel-modules = callPackage ./kernel-modules {};
odhcp-script = callPackage ./odhcp-script {};
fennel = callPackage ./fennel {};
}