about summary refs log tree commit diff
path: root/zoo
diff options
context:
space:
mode:
Diffstat (limited to 'zoo')
-rw-r--r--zoo/shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/zoo/shell.nix b/zoo/shell.nix
index 04655ada88..944c5acc7f 100644
--- a/zoo/shell.nix
+++ b/zoo/shell.nix
@@ -1,5 +1,5 @@
 let
-  briefcase = import /home/wpcarro/briefcase {};
+  briefcase = import <briefcase> {};
 in briefcase.buildHaskell.shell {
   deps = hpkgs: with hpkgs; [
     servant-server