mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
b25ae9a3be
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
8 lines
92 B
Nix
8 lines
92 B
Nix
{ pkgs, ... }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs; [
|
|
bazel_6
|
|
git
|
|
];
|
|
}
|