This commit is contained in:
Malte Poll 2023-09-28 08:57:16 +00:00
parent 4a66899de8
commit 9434f0c57c

View file

@ -1,7 +1,13 @@
{ pkgs, ... }: { pkgs, ... }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [ (pkgs.buildFHSUserEnv {
name = "bazel-userenv";
targetPkgs = with pkgs; pkgs: [
bazel_6 bazel_6
glibc
git git
]; ];
} #extraBwrapArgs = [
# "--bind-try ~/.cache ~/.cache"
#];
}).env