corepkgs/config.nix.in: We'll need curl

This commit is contained in:
Shea Levy
2012-07-09 15:29:49 -04:00
committed by Eelco Dolstra
parent c4df747267
commit 40c01ec467
+1
View File
@@ -9,5 +9,6 @@ in {
bzip2 = fromEnv "NIX_BZIP2" "@bzip2@";
tar = "@tar@";
tr = "@tr@";
curl = "@curl@";
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
}