about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-07-05 11:11:17 -0700
committerFranck Cuny <franck@fcuny.net>2023-07-05 11:11:17 -0700
commitd98ef0932d304e6d62988b5c661d71d92dec4305 (patch)
treeab4a8aaf9c184832083af80a561e371719ec5187 /flake.nix
parentupdate nixos and home-manager to 23.05 (diff)
downloadworld-d98ef0932d304e6d62988b5c661d71d92dec4305.tar.gz
add x509-info back to the list of tools
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8b10f42..2ae5d62 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,6 +42,10 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
+    x509-tools = {
+      url = "git+https://git.fcuny.net/fcuny/x509-info?ref=main";
+    };
+
     pre-commit-hooks = {
       type = "github";
       owner = "cachix";