overlays/steam: remove openssl 1.1.1

This commit is contained in:
LavaDesu 2025-05-19 13:19:42 +10:00
parent 2b6b616dbf
commit 23693d7268
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 0 additions and 14 deletions

View file

@ -44,11 +44,6 @@
hidpi = true;
};
# For steam fhs-env
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
programs.wireshark = {
enable = true;
package = pkgs.wireshark;