mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
corepkgs/config.nix.in: We'll need curl
This commit is contained in:
parent
c4df747267
commit
40c01ec467
1 changed files with 1 additions and 0 deletions
|
@ -9,5 +9,6 @@ in {
|
||||||
bzip2 = fromEnv "NIX_BZIP2" "@bzip2@";
|
bzip2 = fromEnv "NIX_BZIP2" "@bzip2@";
|
||||||
tar = "@tar@";
|
tar = "@tar@";
|
||||||
tr = "@tr@";
|
tr = "@tr@";
|
||||||
|
curl = "@curl@";
|
||||||
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
|
nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue