mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-05 17:45:31 -05:00
8 lines
92 B
Nix
8 lines
92 B
Nix
{ pkgs, ... }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [
|
|
bazel_6
|
|
git
|
|
];
|
|
}
|