mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
wip
This commit is contained in:
parent
4a66899de8
commit
9434f0c57c
@ -1,7 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
|
||||
(pkgs.buildFHSUserEnv {
|
||||
name = "bazel-userenv";
|
||||
targetPkgs = with pkgs; pkgs: [
|
||||
bazel_6
|
||||
glibc
|
||||
git
|
||||
];
|
||||
}
|
||||
#extraBwrapArgs = [
|
||||
# "--bind-try ~/.cache ~/.cache"
|
||||
#];
|
||||
}).env
|
||||
|
Loading…
Reference in New Issue
Block a user