chore: format code with alejandra

This commit is contained in:
Khaïs COLIN 2024-09-18 12:03:23 +02:00
parent 5576fba883
commit 144c46a984
13 changed files with 164 additions and 131 deletions

View file

@ -1,6 +1,5 @@
self: super:
{
self: super: {
cacert = super.cacert.override {
extraCertificateFiles = [ ../certs/myCA.pem ];
extraCertificateFiles = [../certs/myCA.pem];
};
}