ci: fix dependencies

This commit is contained in:
eric
2026-03-15 13:54:18 +01:00
parent 54109136ab
commit f975f12553
37 changed files with 522 additions and 148 deletions

View File

@@ -118,6 +118,8 @@
shell.packages = [
pkgs.bazel-buildtools
pkgs.curl
pkgs.python3
self.packages.${system}.release
];
@@ -128,6 +130,8 @@
runtimeInputs = [
bazel9
pkgs.bun
pkgs.curl
pkgs.python3
];
};
};