diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-08T14·22-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-09T19·29-0400 |
commit | 40c01ec4671c09a6ceb61ef201dad48156000075 (patch) | |
tree | e0a4c5639eed5b8f617cb5174b132ae29636589f | |
parent | c4df7472676cac9bf5243ee8bc7cd0017f91a28d (diff) |
corepkgs/config.nix.in: We'll need curl
-rw-r--r-- | corepkgs/config.nix.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/corepkgs/config.nix.in b/corepkgs/config.nix.in index b324d732a1a2..98924c4ef779 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@"; } |