From 403107219ba9f3b6881f2cdae57ac373a13d98f0 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 9 May 2018 23:36:34 +0200 Subject: add shell.nix --- shell.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 shell.nix diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..d2d2ec1 --- /dev/null +++ b/shell.nix @@ -0,0 +1,5 @@ +{ nixpkgs ? import {}, ... }: with nixpkgs; +stdenv.mkDerivation { + name = "thesauron-shell"; + buildInputs = [ (callPackage ./default.nix {}) ]; +} -- cgit v1.2.3