1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

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

@ -2,7 +2,7 @@
buildNpmPackage,
lib,
}:
buildNpmPackage rec {
buildNpmPackage {
pname = "html-to-svg";
version = "1.0.0";