openssl: allow insecure
This commit is contained in:
parent
85e102f10a
commit
9df8da711b
4 changed files with 16 additions and 0 deletions
|
@ -17,6 +17,10 @@ let
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"openssl-1.1.1t"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
@ -15,6 +15,10 @@ let
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"openssl-1.1.1t"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
@ -17,6 +17,10 @@ let
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"openssl-1.1.1t"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
|
@ -17,6 +17,10 @@ let
|
|||
config = {
|
||||
allowUnfree = true;
|
||||
allowBroken = true;
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"openssl-1.1.1t"
|
||||
];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue