aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/default.nix b/default.nix
deleted file mode 100644
index cde6a42..0000000
--- a/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-with (import <nixpkgs> {});
-
-haskell.lib.buildStackProject {
- name = "myenv";
-
- buildInputs = [
- zlib
- stack
- nodePackages.nodemon
- tmux
- tmuxinator
- nodejs-8_x
- ];
-
- shellHook = ''
- export PATH=node_modules/.bin:$PATH;
- '';
-}