constellation/nix/shells/default.nix

8 lines
88 B
Nix
Raw Normal View History

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