overlays/steam: remove openssl 1.1.1
This commit is contained in:
parent
2b6b616dbf
commit
23693d7268
3 changed files with 0 additions and 14 deletions
|
|
@ -44,11 +44,6 @@
|
|||
hidpi = true;
|
||||
};
|
||||
|
||||
# For steam fhs-env
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
|
||||
programs.wireshark = {
|
||||
enable = true;
|
||||
package = pkgs.wireshark;
|
||||
|
|
|
|||
|
|
@ -43,9 +43,4 @@
|
|||
systemd.services.nix-daemon.environment.TMPDIR = "/nix/tmp";
|
||||
|
||||
services.jenkins.enable = true;
|
||||
|
||||
# For steam fhs-env
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"openssl-1.1.1w"
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -5,9 +5,5 @@ self: super: {
|
|||
keyutils
|
||||
gamescope
|
||||
];
|
||||
|
||||
extraLibraries = pkgs: with pkgs; [
|
||||
openssl_1_1
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue