From d822bcc8a1df37752e1b4f00b68f1eba204e564c Mon Sep 17 00:00:00 2001 From: Ingolf Wanger Date: Thu, 23 May 2019 16:22:52 +0200 Subject: web/shell.nix: fixed shell.nix --- web/shell.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/shell.nix b/web/shell.nix index 839f5c0..75b14fb 100644 --- a/web/shell.nix +++ b/web/shell.nix @@ -2,7 +2,7 @@ let - scripts = { + script = { build = pkgs.writeShellScriptBin "build" /* sh */ '' echo "this could be your buildscript" ''; @@ -25,7 +25,7 @@ in pkgs.mkShell { ]; shellHook = '' - HISTFILE=${toString ./.}/.history + HISTFILE=${toString ./.history} ''; } -- cgit v1.2.3