NixOS 24.11: openra insecure dotnet

This commit is contained in:
Daniel Langbein 2024-12-04 15:14:12 +01:00
parent 8b42aff442
commit f4fc948e36
Signed by: langfingaz
GPG Key ID: 6C47C753F0823002

View File

@ -27,6 +27,13 @@
"assaultcube" "assaultcube"
"ut2004-demo" "ut2004-demo"
]; ];
nixpkgs.config.permittedInsecurePackages = [
# Required for openra
"dotnet-runtime-wrapped-6.0.36"
"dotnet-runtime-6.0.36"
"dotnet-sdk-wrapped-6.0.428"
"dotnet-sdk-6.0.428"
];
users.users.yoda = { users.users.yoda = {
packages = with pkgs; [ packages = with pkgs; [