flake: allow openssl1.1.1t

This commit is contained in:
Giulio De Pasquale 2023-05-28 07:21:04 +02:00
parent ef96a959f6
commit b479c748e0

View File

@ -30,6 +30,10 @@
inherit system;
config.allowUnfree = true;
config.permittedInsecurePackages = [
"openssl-1.1.1t"
];
};
wrapUtils = { pkgs, unstablePkgs, system }: