Add battery_actor

This commit is contained in:
Ehmry - 2023-04-30 10:01:50 +01:00
parent aaceea0c37
commit d84de12836
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
nim = mkShell {
packages = [ ccacheWrapper nim-unwrapped nodejs openssl solo5 ];
};
battery_actor = mkShell { packages = [ libnl pkg-config ]; };
config = mkShell { packages = [ gnused ]; };
eris = mkShell { packages = [ getdns pkg-config solo5 tkrzw ]; };
gemlog = mkShell { packages = [ dhall ]; };