1
1
mirror of https://github.com/tweag/asterius.git synced 2024-09-11 08:55:32 +03:00
asterius/bazel/nix/bazel_build_shell.nix
Yves-Stan Le Cornec 641ade855c
Bazel files for building asterius binaries (#888)
Co-authored-by: Yves-Stan Le Cornec <yves.stan.lecornec@tweag.io>
2022-01-19 13:58:52 +01:00

7 lines
127 B
Nix

{ pkgs ? import ./bazel_deps.nix {} }:
with pkgs;
mkShell {
LANG="C.UTF-8";
buildInputs = [gcc cacert git nix bazel_4 ];
}