Fixed: Typo

This commit is contained in:
2025-04-03 13:06:51 +02:00
parent 6bc08fca07
commit 5ae278b58b
3 changed files with 15 additions and 10 deletions

View File

@@ -33,4 +33,9 @@
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowBroken = true;
nixpkgs.config.permittedInsecurePackages = [
"dotnet-sdk-6.0.428"
"dotnet-runtime-6.0.36"
];
}