diff options
Diffstat (limited to 'corepkgs/config.nix.in')
-rw-r--r-- | corepkgs/config.nix.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/corepkgs/config.nix.in b/corepkgs/config.nix.in index 98924c4ef779..26e821d0e2d7 100644 --- a/corepkgs/config.nix.in +++ b/corepkgs/config.nix.in @@ -6,7 +6,8 @@ in { perl = "@perl@"; shell = "@shell@"; coreutils = "@coreutils@"; - bzip2 = fromEnv "NIX_BZIP2" "@bzip2@"; + bzip2 = "@bzip2@"; + xz = "@xz@"; tar = "@tar@"; tr = "@tr@"; curl = "@curl@"; |