Give the default.nix some love

This commit is contained in:
Matthias Beyer 2017-01-25 08:55:11 +01:00
parent 03a90c9bf9
commit fdd903ac62

View file

@ -7,10 +7,14 @@ let
];
dependencies = with pkgs; [
openssl
zlib
cmake
curl
gcc
libpsl
openssl
pkgconfig
which
zlib
];
in