summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-05-09 19:18:14 +0200
committerandromeda <andromeda@lenovo>2026-05-09 19:18:14 +0200
commit1caa1bbdb8f474a1e404875e0f02464273dabb46 (patch)
tree30e222831eaf70e335215e9125c7411fea3c2f90 /shell.nix
parent1032e316846d4739232facd83bc36f0b41f7d67f (diff)
add libcurl
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 2 insertions, 1 deletions
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
];
}