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. --- assessments/dotted-squares/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assessments') diff --git a/assessments/dotted-squares/shell.nix b/assessments/dotted-squares/shell.nix index 75a72cb7e0ba..87eb23d731e2 100644 --- a/assessments/dotted-squares/shell.nix +++ b/assessments/dotted-squares/shell.nix @@ -1,5 +1,5 @@ let - briefcase = import /home/wpcarro/briefcase {}; + briefcase = import {}; in briefcase.buildHaskell.shell { deps = hpkgs: with hpkgs; [ hspec -- cgit 1.4.1