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