From fa837cff2728356354885d8f90468240b10073f1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 17 Oct 2015 16:17:14 +0200 Subject: =?UTF-8?q?build=20env=20&=20.do=20file=20for=20markdown=20?= =?UTF-8?q?=E2=86=92=20pdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..59a4ea7 --- /dev/null +++ b/shell.nix @@ -0,0 +1,7 @@ +{ pkgs ? (import {}) +}: + +pkgs.stdenv.mkDerivation { + name = "uni-env"; + buildInputs = [ pkgs.haskellPackages.pandoc ]; +} -- cgit v1.2.3