1
0
Fork 0

openssl: allow insecure

This commit is contained in:
Daniel Kempkens 2023-05-20 13:35:13 +02:00
parent 85e102f10a
commit 9df8da711b
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM
4 changed files with 16 additions and 0 deletions

View file

@ -17,6 +17,10 @@ let
config = {
allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = [
"openssl-1.1.1t"
];
};
};
in

View file

@ -15,6 +15,10 @@ let
config = {
allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = [
"openssl-1.1.1t"
];
};
};
in

View file

@ -17,6 +17,10 @@ let
config = {
allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = [
"openssl-1.1.1t"
];
};
};
in

View file

@ -17,6 +17,10 @@ let
config = {
allowUnfree = true;
allowBroken = true;
permittedInsecurePackages = [
"openssl-1.1.1t"
];
};
};
in