This website requires JavaScript.
Explore
Help
Register
Sign in
logistic-bot
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
188ddc66c4
nix
/
overlays
/
cacert.nix
6 lines
106 B
Nix
Raw
Normal View
History
Unescape
Escape
chore: format code with alejandra
2024-09-18 12:03:23 +02:00
self
:
super
:
{
feat(certs): override the cacert package to always trust my own CA
2024-08-11 14:03:26 +02:00
cacert
=
super
.
cacert
.
override
{
chore: format code with alejandra
2024-09-18 12:03:23 +02:00
extraCertificateFiles
=
[
../certs/myCA.pem
]
;
feat(certs): override the cacert package to always trust my own CA
2024-08-11 14:03:26 +02:00
}
;
}
Reference in a new issue
Copy permalink