aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index fb7cb33..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,26 +0,0 @@
-with import <nixpkgs> {}; {
- env = stdenv.mkDerivation {
- name = "env";
- buildInputs = [
- cabal-install
- cabal2nix
- tmux
- tmuxinator
- nodePackages.nodemon
- (haskellPackages.ghcWithPackages (p: with p; [
- text
- bytestring
- containers
- directory
- time
- http-conduit
- tagsoup
- mime-mail
- blaze-html
- blaze-markup
- clay
- config-manager
- ]))
- ];
- };
-}