7 lines
84 B
Nix
7 lines
84 B
Nix
{
|
|
allowUnfree = true;
|
|
permittedInsecurePackages = [
|
|
"libressl-3.4.3"
|
|
];
|
|
}
|