summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorIvan Malison <IvanMalison@gmail.com>2021-07-10 14:40:33 -0600
committerIvan Malison <IvanMalison@gmail.com>2021-07-25 15:20:16 -0600
commit11863820b2c4e10917e65c6c1f73cd3891ce97be (patch)
tree604e562d864e093693938e34474f14883c62a5b4 /pkgs/top-level
parent4be510e3adfbe630e32e8d92feebaa603270e68f (diff)
downloadnixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar.gz
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar.bz2
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar.lz
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar.xz
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.tar.zst
nixpkgs-11863820b2c4e10917e65c6c1f73cd3891ce97be.zip
ic-keysmith: init at 1.6.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 12493bfd4c2..11667ed787b 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19595,6 +19595,8 @@ in
 
   hyprspace = callPackage ../applications/networking/hyprspace { inherit (darwin) iproute2mac; };
 
+  ic-keysmith = callPackage ../tools/security/ic-keysmith { };
+
   icecream = callPackage ../servers/icecream { };
 
   icingaweb2-ipl = callPackage ../servers/icingaweb2/ipl.nix { };