diff options
author | Karel Kočí <cynerd@email.cz> | 2022-09-29 10:01:18 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-09-29 10:04:13 +0200 |
commit | 33067a7e9bdb84521100fdb770ddf426c2a895f2 (patch) | |
tree | a29e91d4be15fbd198db7cab7a06c023bc358dba | |
parent | 76d6ffad535b0481e6388849b31a1ce7be83f61e (diff) | |
download | nixos-personal-33067a7e9bdb84521100fdb770ddf426c2a895f2.tar.gz nixos-personal-33067a7e9bdb84521100fdb770ddf426c2a895f2.tar.bz2 nixos-personal-33067a7e9bdb84521100fdb770ddf426c2a895f2.zip |
devShells/c: add libconfig
-rw-r--r-- | devShells/c.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index dcc6266..ee18801 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -25,7 +25,7 @@ in pkgs.mkShell { gtk3 gtk4 # Various libraries - openssl.dev zlib.dev curl.dev + openssl.dev zlib.dev curl.dev libconfig # LVGL SDL2 libffi.dev |