From 81ae20b5a0bca84166076d91b8b32a19d2d451ae Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 28 Dec 2019 23:58:14 +0100 Subject: Refactoring basic project structure --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 571ba07..aefc493 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,8 @@ with import {}; stdenv.mkDerivation { name = "webgit"; buildInputs = with pkgs; [ - rustracer rustup clangStdenv cargo-watch python3 + rustracer rustup clangStdenv + + cargo-watch openssl pkg-config ]; } -- cgit v1.2.3