From 372ffa5ec3ce365b0a243ac2b0128496542cae6e Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 21 Oct 2020 15:30:03 +0530 Subject: init --- shell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..67483ce --- /dev/null +++ b/shell.nix @@ -0,0 +1,8 @@ +{ pkgs ? import {} }: + +pkgs.mkShell { + buildInputs = with pkgs; [ + gcc + clang-tools + ]; +} -- cgit v1.2.3