about summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-22 11:21:30 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-22 11:21:30 -0700
commit89a67205dd7da1e82230d3c3513bb42621f93269 (patch)
tree1905a5e97a5a611a837b3898d8b501f076d3c5f3 /home
parentfeat(ops/github): new repository: x509-info (diff)
downloadworld-89a67205dd7da1e82230d3c3513bb42621f93269.tar.gz
feat(home/packages): install the tool x509-info
Diffstat (limited to '')
-rw-r--r--home/packages/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/packages/default.nix b/home/packages/default.nix
index fd75556..265a767 100644
--- a/home/packages/default.nix
+++ b/home/packages/default.nix
@@ -37,6 +37,7 @@ in
         tools.ipconverter
         tools.seqstat
         tools.git-blame-stats
+        x509-info
         gh-ssh-keys
       ]
       ++ cfg.additionalPackages);