defint unzip

This commit is contained in:
Daylin Morgan 2023-01-17 15:40:16 -06:00
parent 741af5e778
commit 30a0d32e72
2 changed files with 9 additions and 8 deletions

View file

@ -55,6 +55,7 @@
zsh
wget
unzip
less
gnumake
gcc

View file

@ -8,14 +8,14 @@
issue.source = ../etc/issue;
};
# environment.variables = {
# NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
# stdenv.cc.cc
# openssl
environment.variables = {
NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
stdenv.cc.cc
openssl
# zlib # for delta
# ];
# NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
# };
zlib # for delta
];
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
};
}