From 40c01ec4671c09a6ceb61ef201dad48156000075 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 8 Jul 2012 10:22:26 -0400 Subject: [PATCH] corepkgs/config.nix.in: We'll need curl --- corepkgs/config.nix.in | 1 + 1 file changed, 1 insertion(+) diff --git a/corepkgs/config.nix.in b/corepkgs/config.nix.in index b324d732a1..98924c4ef7 100644 --- a/corepkgs/config.nix.in +++ b/corepkgs/config.nix.in @@ -9,5 +9,6 @@ in { bzip2 = fromEnv "NIX_BZIP2" "@bzip2@"; tar = "@tar@"; tr = "@tr@"; + curl = "@curl@"; nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@"; }