From 64275e446e442c9a0a860969501158ed93058441 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Thu, 4 Jul 2019 11:18:37 +0100 Subject: feat(third_party/bazel): Check in rules_nixpkgs from Tweag --- third_party/bazel/rules_nixpkgs/shell.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 third_party/bazel/rules_nixpkgs/shell.nix (limited to 'third_party/bazel/rules_nixpkgs/shell.nix') diff --git a/third_party/bazel/rules_nixpkgs/shell.nix b/third_party/bazel/rules_nixpkgs/shell.nix new file mode 100644 index 000000000000..23b3e10da143 --- /dev/null +++ b/third_party/bazel/rules_nixpkgs/shell.nix @@ -0,0 +1,11 @@ +{ pkgs ? import ./nixpkgs.nix {} }: + +with pkgs; + +mkShell { + buildInputs = [ + bazel + gcc + nix + ]; +} -- cgit 1.4.1