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