aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJoris2016-10-05 09:59:43 +0200
committerJoris2016-10-05 09:59:43 +0200
commite899cecde7fb10b5e7ae1b6130922437297f5cb0 (patch)
tree1b97a323296ad78d77640fdcdde36f044f60d9a8 /shell.nix
parent75804df1cb231033f94183e41cdf79d36d8f6710 (diff)
downloadbudget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.tar.gz
budget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.tar.bz2
budget-e899cecde7fb10b5e7ae1b6130922437297f5cb0.zip
Add the build command
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/shell.nix b/shell.nix
deleted file mode 100644
index 04290b8..0000000
--- a/shell.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-with import <nixpkgs> {}; {
- env = stdenv.mkDerivation {
- name = "env";
- buildInputs = [
- elmPackages.elm
- cabal-install
- cabal2nix
- nodejs
- sqlite
- tmux
- tmuxinator
- ];
- shellHook = ''
- tmux kill-session -t sharedCost >/dev/null 2>&1
- tmuxinator local
- '';
- };
-}