constellation/nix/shells/default.nix

8 lines
88 B
Nix
Raw Normal View History

2024-02-15 11:59:57 -05:00
{ mkShell, git, bazel_7 }:
mkShell {
nativeBuildInputs = [
2024-01-08 08:38:13 -05:00
bazel_7
git
];
}