diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:21:30 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:21:30 -0700 |
| commit | 89a67205dd7da1e82230d3c3513bb42621f93269 (patch) | |
| tree | 1905a5e97a5a611a837b3898d8b501f076d3c5f3 /flake.nix | |
| parent | feat(ops/github): new repository: x509-info (diff) | |
| download | infra-89a67205dd7da1e82230d3c3513bb42621f93269.tar.gz | |
feat(home/packages): install the tool x509-info
Diffstat (limited to 'flake.nix')
| -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 |
