This commit is contained in:
parent
06adad3aaa
commit
c8d1b23d71
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
pkgs.coreutils-full
|
||||
pkgs.gawk
|
||||
pkgs.git
|
||||
pkgs.glibc.bin
|
||||
pkgs.glibc
|
||||
pkgs.gnugrep
|
||||
pkgs.gnused
|
||||
pkgs.nix
|
||||
|
@ -359,7 +359,7 @@
|
|||
"/root/.nix-profile/share/man"
|
||||
"/nix/var/nix/profiles/default/share/man"
|
||||
]}"
|
||||
"LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib"
|
||||
"LD_LIBRARY_PATH=${pkgs.lib.makeLibraryPath defaultPkgs}"
|
||||
"SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"GIT_SSL_CAINFO=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
"NIX_SSL_CERT_FILE=${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
|
|
Loading…
Reference in a new issue