aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorJoris2020-01-20 23:01:58 +0100
committerJoris2020-01-20 23:01:58 +0100
commit6612972e0f8164bd5d062792ba175e1876e4084f (patch)
treeea2b5914e9ece507bd1bc0afb7c7ff8d65b1de17 /default.nix
parentf4dc1c6196388168eb99b86f5fab7c865cb9cf45 (diff)
Update shared cost tools
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;
- '';
-}