aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hosts/arrakis/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index a256f70..f0369c0 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -215,7 +215,8 @@
allowUnfree = true;
permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
- "aspnetcore-runtime-wrapped-6.0.36"
+ "aspnetcore-runtime-wrapped-6.0.36"
+ "dotnet-sdk-wrapped-6.0.428"
];
};
hostPlatform = "x86_64-linux";