Skip to content

Commit dc0dbad

Browse files
committed
feat: update pgp-sig2dot to 0.4.1
1 parent 06fd057 commit dc0dbad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
key_list.append(fingerprint)
1616

1717
key_string = " ".join(key_list)
18-
os.system(f"nix run github:cryolitia/nur-packages#pgp-sig2dot-graphviz --accept-flake-config -- -k {key_string} --online > wot.svg")
18+
os.system(f"nix run github:cryolitia/pgp-sig2dot#pgp-sig2dot-graphviz --accept-flake-config -- draw -k {key_string} --online > wot.svg")
19+
os.system(f"nix run github:cryolitia/pgp-sig2dot#pgp-sig2dot --accept-flake-config -- draw -k {key_string} --online -t MAP42 > map42.json")

0 commit comments

Comments
 (0)