diff options
author | Karel Kočí <cynerd@email.cz> | 2022-09-15 10:08:12 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-09-15 10:08:12 +0200 |
commit | 7b5f6bd95230c4eaac16d3fc2f02365497bd63d7 (patch) | |
tree | 6815e7a9492211e79a63a6189373d5616268cfbb /devShells | |
parent | 929d898bf77ee0d8f8d4f504483369411e2009da (diff) | |
download | nixos-personal-7b5f6bd95230c4eaac16d3fc2f02365497bd63d7.tar.gz nixos-personal-7b5f6bd95230c4eaac16d3fc2f02365497bd63d7.tar.bz2 nixos-personal-7b5f6bd95230c4eaac16d3fc2f02365497bd63d7.zip |
Add few packages and allow access to the dhcpcd for wheel
Diffstat (limited to 'devShells')
-rw-r--r-- | devShells/c.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devShells/c.nix b/devShells/c.nix index cf179d0..79c2273 100644 --- a/devShells/c.nix +++ b/devShells/c.nix @@ -24,6 +24,9 @@ in pkgs.mkShell { flex bison gtk3 gtk4 + # Various libraries + openssl.dev zlib.dev curl.dev + # LVGL SDL2 libffi.dev |