Improve lockhelper for gunter

This commit is contained in:
2024-06-11 00:53:59 +02:00
parent d5855878d3
commit eb0c53d8e2
6 changed files with 43 additions and 9 deletions

View File

@@ -3,7 +3,8 @@ let
lockhelper = pkgs.writeShellApplication {
name = "lockhelper";
runtimeInputs = with pkgs; [
grimblast
grim
jq
];
text = (builtins.readFile ./lockhelper.sh);
};