diff options
Diffstat (limited to 'website/sandbox/shift-time/shell.nix')
-rw-r--r-- | website/sandbox/shift-time/shell.nix | 9 |
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 - ]; -} |