refactor(topology): move html to svg to own renderer

This commit is contained in:
oddlama 2024-03-18 23:06:47 +01:00
parent c5ff8418ac
commit 23564f980e
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 235 additions and 154 deletions

View file

@ -16,12 +16,10 @@
substituters = [
"https://cache.nixos.org"
"https://nix-community.cachix.org"
"https://nix-config.cachix.org"
];
trusted-public-keys = [
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"nix-config.cachix.org-1:Vd6raEuldeIZpttVQfrUbLvXJHzzzkS0pezXCVVjDG4="
];
cores = 0;
max-jobs = "auto";