constellation/nix/shells/default.nix
Malte Poll b25ae9a3be nix: init flake
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2023-09-27 17:58:19 +02:00

8 lines
92 B
Nix

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