From b0e2d9a77155e78502682276ce38d1278b45f4a7 Mon Sep 17 00:00:00 2001 From: hyperion Date: Fri, 30 Oct 2020 06:18:53 +0100 Subject: Initial commit --- brook-metrics/shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 brook-metrics/shell.nix (limited to 'brook-metrics/shell.nix') diff --git a/brook-metrics/shell.nix b/brook-metrics/shell.nix new file mode 100644 index 0000000..2fa04ad --- /dev/null +++ b/brook-metrics/shell.nix @@ -0,0 +1,6 @@ +with import {}; + +stdenv.mkDerivation { + name = "brook-metrics"; + buildInputs = with pkgs; [ rustup clangStdenv ]; +} -- cgit v1.2.3