Move some packages around on Mac

This commit is contained in:
Natsu Kagami 2023-03-14 09:52:31 +01:00
parent 8a531625d2
commit e2c2928585
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51
4 changed files with 41 additions and 36 deletions

View file

@ -1 +1,6 @@
{ allowUnfree = true; }
{
allowUnfree = true;
permittedInsecurePackages = [
"libressl-3.4.3"
];
}