From 17d0ff761fee6a921a210e68c21c1a172bba2dfa Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 23 Feb 2024 21:13:20 +0100 Subject: feat(hm/pkgs/git-edit-index): Init --- hm/soispha/pkgs/scripts.nix | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'hm/soispha/pkgs/scripts.nix') diff --git a/hm/soispha/pkgs/scripts.nix b/hm/soispha/pkgs/scripts.nix index 5bcb82e0..6598880d 100644 --- a/hm/soispha/pkgs/scripts.nix +++ b/hm/soispha/pkgs/scripts.nix @@ -105,6 +105,22 @@ }; }; + git-edit-index-scr = write_shell { + name = "git-edit-index"; + path = "apps"; + # This starts neovim, wich might want to shell out + keepPath = true; + dependencies = builtins.attrValues { + inherit + (pkgs) + git + gnused + # $EDITOR + + ; + }; + }; + hibernate-scr = write_shell { name = "hibernate"; path = "wrappers"; @@ -309,6 +325,7 @@ in [ con2pdf-scr description-scr fupdate-scr + git-edit-index-scr hibernate-scr ll-scr lock-scr -- cgit 1.4.1