make a package for odhcpc-script

This commit is contained in:
Daniel Barlow
2023-06-30 20:02:03 +01:00
parent b6e72504d6
commit 9aa5ff6ed1
4 changed files with 6 additions and 2 deletions

View File

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