diff --git a/system/Nix.nix b/system/Nix.nix index 3a4d4fe..4361509 100644 --- a/system/Nix.nix +++ b/system/Nix.nix @@ -1,5 +1,9 @@ { ... }: { nixpkgs.config.allowUnfree = true; + nixpkgs.config.permittedInsecurePackages = [ + "dotnet-runtime-6.0.36" # HACK: I hate Nix for this. + "dotnet-sdk-wrapped-6.0.428" + ]; nix.settings = { auto-optimise-store = true; keep-derivations = true;