From f4fc948e368a406b5f5ab87b0cf54a2253d37c77 Mon Sep 17 00:00:00 2001 From: Daniel Langbein Date: Wed, 4 Dec 2024 15:14:12 +0100 Subject: [PATCH] NixOS 24.11: openra insecure dotnet --- modules/games.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/games.nix b/modules/games.nix index f379283..21047cc 100644 --- a/modules/games.nix +++ b/modules/games.nix @@ -27,6 +27,13 @@ "assaultcube" "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 = { packages = with pkgs; [