mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-22 22:14:43 -04:00
wip
This commit is contained in:
parent
4a66899de8
commit
9434f0c57c
1 changed files with 9 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue