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:
@@ -13,7 +13,7 @@ let
|
||||
inherit shell bashOptions;
|
||||
name = "linux-devshell";
|
||||
runtimeInputs = [ curl coreutils gawk procps ];
|
||||
excludeShellChecks = [ "SC2034" "SC1090" ];
|
||||
excludeShellChecks = [ "SC1090" "SC1091" "SC2034" ];
|
||||
|
||||
text = ''
|
||||
${logHelpers}
|
||||
|
||||
Reference in New Issue
Block a user