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

@ -5,9 +5,5 @@ self: super: {
keyutils
gamescope
];
extraLibraries = pkgs: with pkgs; [
openssl_1_1
];
};
}