mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 00:53:12 +03:00
9 lines
373 B
Diff
9 lines
373 B
Diff
--- a/src/crypto/x509/root_linux.go 2015-08-19 23:06:11.115133174 +0200
|
|
+++ b/src/crypto/x509/root_linux.go 2015-08-19 23:07:04.238507161 +0200
|
|
@@ -10,4 +10,5 @@
|
|
"/etc/pki/tls/certs/ca-bundle.crt", // Fedora/RHEL
|
|
"/etc/ssl/ca-bundle.pem", // OpenSUSE
|
|
"/etc/pki/tls/cacert.pem", // OpenELEC
|
|
+ "/etc/ssl/certs/ca-bundle.crt", // NixOS
|
|
}
|