From 59f74814111045b6d74d2a8f5b4f4bfbd1cacd85 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 17 Aug 2020 10:08:32 +0100 Subject: Revise previous opinions about absolute paths GT Unforeseen problem: `buildkite-agent` runs its builds in a separate directory, so if I want the `nix-build` command to build the newly checked out code, I need to set to the CWD. --- zoo/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zoo') diff --git a/zoo/shell.nix b/zoo/shell.nix index 04655ada8830..944c5acc7f28 100644 --- a/zoo/shell.nix +++ b/zoo/shell.nix @@ -1,5 +1,5 @@ let - briefcase = import /home/wpcarro/briefcase {}; + briefcase = import {}; in briefcase.buildHaskell.shell { deps = hpkgs: with hpkgs; [ servant-server -- cgit 1.4.1