commit ef8292cd6c831f223714b9c895406e9c88cafce4 parent ad11eda4b3123409cd6b932544e3f336746c0e03 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 30 Sep 2023 21:39:47 +0200 Dont expose host nix to the runner Diffstat:
| M | nixos/common/lib/github-runner.nix | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/nixos/common/lib/github-runner.nix b/nixos/common/lib/github-runner.nix @@ -23,7 +23,6 @@ curl rustup (yara.override { enableStatic = true; }) - nix ]; extraEnvironment = { YARA_LIBRARY_PATH = "${pkgs.yara}/lib";