diff options
Diffstat (limited to 'corepkgs/config.nix.in')
-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 6f6ec6de1a30..3819dc96c164 100644 --- a/corepkgs/config.nix.in +++ b/corepkgs/config.nix.in @@ -7,6 +7,7 @@ in { shell = "@shell@"; coreutils = "@coreutils@"; bzip2 = "@bzip2@"; + gzip = "@gzip@"; xz = "@xz@"; tar = "@tar@"; tarFlags = "@tarFlags@"; |