We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fd057 commit dc0dbadCopy full SHA for dc0dbad
wot.py
@@ -15,4 +15,5 @@
15
key_list.append(fingerprint)
16
17
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")
+ 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