Improve lockhelper for gunter
This commit is contained in:
@@ -3,7 +3,8 @@ let
|
||||
lockhelper = pkgs.writeShellApplication {
|
||||
name = "lockhelper";
|
||||
runtimeInputs = with pkgs; [
|
||||
grimblast
|
||||
grim
|
||||
jq
|
||||
];
|
||||
text = (builtins.readFile ./lockhelper.sh);
|
||||
};
|
||||
|
Reference in New Issue
Block a user