mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
nixos: fix version checker (#1582)
Nixpkgs patches many libraries to read certificate bundle mentioned in NIX_SSL_CERT_FILE, and /nix/store is already present in the sandbox. Related to https://github.com/NixOS/nixpkgs/issues/409848
This commit is contained in:
parent
5c157be955
commit
63c61b6729
|
|
@ -285,6 +285,7 @@ in
|
|||
|
||||
environment = {
|
||||
PYTHONUNBUFFERED = "true";
|
||||
NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
XDG_CONFIG_HOME = externalStateDir;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue