From 1caa1bbdb8f474a1e404875e0f02464273dabb46 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sat, 9 May 2026 19:18:14 +0200 Subject: add libcurl --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index dd583b7..5c58305 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ let in pkgs.mkShell { packages = [ - pkgs.c3c + (pkgs.callPackage "${sources.c3c {inherit pkgs;}}/nix/default.nix" {rev = "unknown";}) + pkgs.curlMinimal ]; } -- cgit v1.3.1