From 8667105e93275eeee8fc2e8618f69cd4a8d2470e Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Tue, 19 Nov 2024 13:38:40 +1100 Subject: [PATCH] Nix updates (#133) Signed-off-by: Stephen Sherratt --- shell.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/shell.nix b/shell.nix index 13e9c9f..40b65b2 100644 --- a/shell.nix +++ b/shell.nix @@ -1,10 +1,4 @@ -{ pkgs ? import {} }: +{ pkgs ? import { } }: pkgs.mkShell { - nativeBuildInputs = with pkgs; [ - opam - pkg-config - gmp - openssl - libev - ]; + nativeBuildInputs = with pkgs; [ pkg-config gmp libffi libev sqlite openssl ]; }