From 84aa6d6df788629d5eee432990052ac6fbaba8d7 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Fri, 21 Feb 2025 09:44:50 -0500 Subject: [PATCH] how did that evaluate --- modules/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.nix b/modules/core.nix index 78882c0..8a9b3de 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -25,7 +25,7 @@ nixpkgs = { config = { allowUnfree = true; - config.permittedInsecurePackages = [ + permittedInsecurePackages = [ "dotnet-runtime-wrapped-7.0.20" "dotnet-runtime-7.0.20" "SDL_ttf-2.0.11"