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; hidpi = true;
}; };
# For steam fhs-env
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
programs.wireshark = { programs.wireshark = {
enable = true; enable = true;
package = pkgs.wireshark; package = pkgs.wireshark;

View file

@ -43,9 +43,4 @@
systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp"; systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp";
services.jenkins.enable = true; services.jenkins.enable = true;
# For steam fhs-env
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1w"
];
} }

View file

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