mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-22 11:15:49 -06:00
defint unzip
This commit is contained in:
parent
741af5e778
commit
30a0d32e72
2 changed files with 9 additions and 8 deletions
|
@ -55,6 +55,7 @@
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
wget
|
wget
|
||||||
|
unzip
|
||||||
less
|
less
|
||||||
gnumake
|
gnumake
|
||||||
gcc
|
gcc
|
||||||
|
|
|
@ -8,14 +8,14 @@
|
||||||
issue.source = ../etc/issue;
|
issue.source = ../etc/issue;
|
||||||
};
|
};
|
||||||
|
|
||||||
# environment.variables = {
|
environment.variables = {
|
||||||
# NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
NIX_LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||||
# stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
# openssl
|
openssl
|
||||||
|
|
||||||
# zlib # for delta
|
zlib # for delta
|
||||||
# ];
|
];
|
||||||
# NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
NIX_LD = lib.fileContents "${pkgs.stdenv.cc}/nix-support/dynamic-linker";
|
||||||
# };
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue