about summary refs log tree commit diff
path: root/users/wpcarro/haskell-file
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/haskell-file')
-rw-r--r--users/wpcarro/haskell-file/shell.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/users/wpcarro/haskell-file/shell.nix b/users/wpcarro/haskell-file/shell.nix
index 4d5b412a08..7682e8246c 100644
--- a/users/wpcarro/haskell-file/shell.nix
+++ b/users/wpcarro/haskell-file/shell.nix
@@ -1,5 +1,5 @@
-let
-  briefcase = import <briefcase> {};
-in briefcase.buildHaskell.shell {
+{ depot, ... }:
+
+depot.users.wpcarro.buildHaskell.shell {
   deps = hpkgs: [];
 }