mirror of
https://github.com/9001/copyparty.git
synced 2026-09-25 08:50:17 +01: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:
@@ -285,6 +285,7 @@ in
|
||||
|
||||
environment = {
|
||||
PYTHONUNBUFFERED = "true";
|
||||
NIX_SSL_CERT_FILE = "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt";
|
||||
XDG_CONFIG_HOME = externalStateDir;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user