Give the default.nix some love
This commit is contained in:
parent
03a90c9bf9
commit
fdd903ac62
1 changed files with 6 additions and 2 deletions
|
@ -7,10 +7,14 @@ let
|
|||
];
|
||||
|
||||
dependencies = with pkgs; [
|
||||
openssl
|
||||
zlib
|
||||
cmake
|
||||
curl
|
||||
gcc
|
||||
libpsl
|
||||
openssl
|
||||
pkgconfig
|
||||
which
|
||||
zlib
|
||||
];
|
||||
in
|
||||
|
||||
|
|
Loading…
Reference in a new issue