From 062e241e425f3457019a44e88f7664c10ed50ff4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Wed, 18 Dec 2024 09:05:00 -0800 Subject: add overlay for the hashi tool --- nix/users/fcuny/work.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'nix') diff --git a/nix/users/fcuny/work.nix b/nix/users/fcuny/work.nix index cc80104..20c49c4 100644 --- a/nix/users/fcuny/work.nix +++ b/nix/users/fcuny/work.nix @@ -9,5 +9,15 @@ # for ssh sapi + + # for tokens + hashi ]; + + programs.fish = { + shellAbbrs = { + "ssh-sign-chi" = + "${pkgs.hashi}/bin/hashi -e chi1 sign --key=/Users/fcuny/.ssh/id_ed25519.pub key"; + }; + }; } -- cgit 1.4.1