diff --git a/base.nix b/base.nix index 9658e26..a7441fd 100644 --- a/base.nix +++ b/base.nix @@ -71,7 +71,16 @@ piracy.gid = 985; }; }; - nixpkgs.config.allowUnfree = true; + nixpkgs.config = { + allowUnfree = true; + permittedInsecurePackages = [ + "aspnetcore-runtime-wrapped-6.0.36" + "aspnetcore-runtime-6.0.36" + "dotnet-runtime-6.0.36" + "dotnet-sdk-wrapped-6.0.428" + "dotnet-sdk-6.0.428" + ]; + }; nix = let featuresList = [