From fccaa2a29ce5220ae47cd659811f0d426d0f612d Mon Sep 17 00:00:00 2001 From: zimbatm Date: Wed, 6 Feb 2019 12:29:42 +0100 Subject: [PATCH] fixup! add Travis CI --- shell.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shell.nix b/shell.nix index f3b811d..a2f91ea 100644 --- a/shell.nix +++ b/shell.nix @@ -5,4 +5,9 @@ mkShell { jq skopeo ]; + + shellHook = '' + # try to work aroud build issues + unset TMPDIR + ''; }