about summary refs log tree commit diff
path: root/tools/url-blocker/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/url-blocker/shell.nix')
-rw-r--r--tools/url-blocker/shell.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/url-blocker/shell.nix b/tools/url-blocker/shell.nix
deleted file mode 100644
index 1adc566c0121..000000000000
--- a/tools/url-blocker/shell.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-let
-  briefcase = import <briefcase> {};
-in briefcase.buildHaskell.shell {
-  deps = hpkgs: with hpkgs; [
-    time
-    aeson
-    either
-    hspec
-  ];
-}