overlays/steam: add openssl1.1 for terraria

This commit is contained in:
LavaDesu 2023-08-06 20:40:40 +07:00
parent 28692abd1d
commit 196ca263d6
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 8 additions and 0 deletions

View file

@ -57,4 +57,8 @@
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
services.printing.enable = true;
services.printing.drivers = [ pkgs.epson-escpr pkgs.me.epson-201112j ];
nixpkgs.config.permittedInsecurePackages = [
"openssl-1.1.1u"
];
}

View file

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