aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/arrakis/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/arrakis/default.nix b/hosts/arrakis/default.nix
index d02c59a..83d347e 100644
--- a/hosts/arrakis/default.nix
+++ b/hosts/arrakis/default.nix
@@ -219,8 +219,8 @@
permittedInsecurePackages = [
"aspnetcore-runtime-6.0.36"
"aspnetcore-runtime-wrapped-6.0.36"
- #"dotnet-sdk-6.0.428"
- #"dotnet-sdk-wrapped-6.0.428"
+ "dotnet-sdk-6.0.428"
+ "dotnet-sdk-wrapped-6.0.428"
];
};
hostPlatform = "x86_64-linux";