aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
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 /flake.nix
parentfeat(ops/github): new repository: x509-info (diff)
downloadinfra-89a67205dd7da1e82230d3c3513bb42621f93269.tar.gz
feat(home/packages): install the tool x509-info
Diffstat (limited to '')
-rw-r--r--flake.nix8
1 files changed, 8 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 0861a89..d0dcd50 100644
--- a/flake.nix
+++ b/flake.nix
@@ -47,6 +47,14 @@
nixpkgs.follows = "nixpkgs";
};
};
+
+ x509-tools = {
+ url = "github:fcuny/x509-info";
+ inputs = {
+ flake-utils.follows = "futils";
+ nixpkgs.follows = "nixpkgs";
+ };
+ };
};
# Output config, or config for NixOS system