about summary refs log tree commit diff
path: root/website/sandbox/shift-time/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'website/sandbox/shift-time/shell.nix')
-rw-r--r--website/sandbox/shift-time/shell.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/website/sandbox/shift-time/shell.nix b/website/sandbox/shift-time/shell.nix
deleted file mode 100644
index dab0be4ba267..000000000000
--- a/website/sandbox/shift-time/shell.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-let
-  briefcase = import /home/wpcarro/briefcase {};
-in briefcase.buildHaskell.shell {
-  deps = hpkgs: with hpkgs; [
-    hspec
-    rio
-    string-conversions
-  ];
-}