chore(deps): update nixpkgs, stackage and hackage pins

This commit is contained in:
Wolfgang Walther
2026-06-05 20:29:48 +00:00
parent b114bb9395
commit cb6fc55a2d
7 changed files with 13 additions and 14 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ let
}
''
while true; do
(! ${fd}/bin/fd -H | ${entr}/bin/entr -dr "$_arg_command" "''${_arg_leftovers[@]}")
(! ${fd}/bin/fd -H -E .git | ${entr}/bin/entr -dr "$_arg_command" "''${_arg_leftovers[@]}")
done
'';