rework: fix all vulnerabilities
runner nix smoke / nix label and flake smoke (push) Failing after 7s
runner nix smoke / nix label and flake smoke (push) Failing after 7s
This commit is contained in:
@@ -8,13 +8,14 @@ let
|
||||
|
||||
hemar = hectic.writeShellApplication {
|
||||
inherit shell bashOptions;
|
||||
excludeShellChecks = [ "SC1091" ];
|
||||
name = "hemar";
|
||||
runtimeInputs = [ yq-go ];
|
||||
|
||||
text = ''
|
||||
# shellcheck disable=SC2034
|
||||
WORKSPACE=${./.}
|
||||
${builtins.readFile hectic.helpers.posix-shell.log}
|
||||
. ${hectic.helpers.posix-shell.log}/bin/log.sh
|
||||
${builtins.readFile ./hemar.sh}
|
||||
'';
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user