Skip to content

Commit

Permalink
add xz to latest image
Browse files Browse the repository at this point in the history
Channel archives are compressed using lzma, so using eg.
nix build -f 'channel:nixpkgs-unstable' hello doesn't work if it's not
available.
  • Loading branch information
LnL7 committed Sep 22, 2018
1 parent d9c5a63 commit 8dcfb3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ let
procps \
vim \
which \
xz \
&& nix-store --gc
'';

Expand Down
1 change: 1 addition & 0 deletions latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ RUN nix-env -f '<nixpkgs>' -iA \
procps \
vim \
which \
xz \
&& nix-store --gc

0 comments on commit 8dcfb3a

Please sign in to comment.