From b3c341bd23e496e71ac32ddb24895ebc1cd278c7 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sat, 30 Nov 2024 00:14:02 -0800 Subject: Allow insecure *arr dotnet dependency --- hosts/arrakis/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'hosts') diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix index 92ebf31..1918b97 100644 --- a/hosts/arrakis/default.nix +++ b/hosts/arrakis/default.nix @@ -211,7 +211,12 @@ }; nixpkgs = { - config.allowUnfree = true; + config = { + allowUnfree = true; + permittedInsecurePackages = [ + aspnetcore-runtime-wrapped-6.0.36 + ]; + }; hostPlatform = "x86_64-linux"; overlays = [ inputs.nvidia-patch.overlays.default -- cgit v1.2.3