commit 34b5db9e8f910e11d53a0fc4a7e5a99cbc483db7
parent d7f025ed828cfb891853b0071a4266ba57ba4c47
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 30 Sep 2023 21:32:07 +0200
Using nix-shell in CI
Diffstat:
1 file changed, 1 insertion(+), 22 deletions(-)
diff --git a/nixos/common/lib/github-runner.nix b/nixos/common/lib/github-runner.nix
@@ -6,18 +6,7 @@
nodejs_20
curl
rustup
- gnumake
- pkg-config
- openssl
- pcre
- protobufc
- autoconf
- automake
- libtool
(yara.override { enableStatic = true; })
- gcc
- clang
- napi-rs-cli
];
services.github-runners = {
"node-yara-rs" = {
@@ -33,18 +22,8 @@
nodejs_20
curl
rustup
- gnumake
- pkg-config
- openssl
- pcre
- protobufc
- autoconf
- automake
- libtool
(yara.override { enableStatic = true; })
- gcc
- clang
- napi-rs-cli
+ nix
];
extraEnvironment = {
YARA_LIBRARY_PATH = "${pkgs.yara}/lib";