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