diff options
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |
