bazel_7: fix fhsenv version

This commit is contained in:
Felix Buehler 2024-11-28 22:06:30 +01:00
parent 1cd3957e37
commit 543abba9d0

View File

@ -159,7 +159,8 @@ let
};
bazelFhs = buildFHSEnv {
name = "bazel";
pname = "bazel";
inherit version;
targetPkgs = _: [ bazelBootstrap ];
runScript = "bazel";
};