overlays/steam: add openssl1.1 for terraria
This commit is contained in:
parent
28692abd1d
commit
196ca263d6
2 changed files with 8 additions and 0 deletions
|
|
@ -57,4 +57,8 @@
|
||||||
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];
|
||||||
services.printing.enable = true;
|
services.printing.enable = true;
|
||||||
services.printing.drivers = [ pkgs.epson-escpr pkgs.me.epson-201112j ];
|
services.printing.drivers = [ pkgs.epson-escpr pkgs.me.epson-201112j ];
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"openssl-1.1.1u"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,9 @@ self: super: {
|
||||||
keyutils
|
keyutils
|
||||||
gamescope
|
gamescope
|
||||||
];
|
];
|
||||||
|
|
||||||
|
extraLibraries = pkgs: with pkgs; [
|
||||||
|
openssl_1_1
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue