constellation/nix/shells/default.nix

8 lines
92 B
Nix
Raw Normal View History

{ pkgs, ... }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
bazel_6
git
];
}