about summary refs log tree commit diff
path: root/users/wpcarro/scratch/haskell-programming-from-first-principles
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/haskell-programming-from-first-principles')
-rw-r--r--users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix b/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
index b594a4207e..49dbe746d3 100644
--- a/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
+++ b/users/wpcarro/scratch/haskell-programming-from-first-principles/shell.nix
@@ -1,6 +1,6 @@
-let
-  briefcase = import <briefcase> {};
-in briefcase.buildHaskell.shell {
+{ depot, ... }:
+
+depot.users.wpcarro.buildHaskell.shell {
   deps = hpkgs: with hpkgs; [
     quickcheck-simple
     checkers