diff options
author | Joris | 2016-10-30 20:27:16 +0100 |
---|---|---|
committer | Joris | 2016-10-30 20:27:16 +0100 |
commit | a0ee1260e7efaf6248df9445d4d7165e2fc16cae (patch) | |
tree | ea9250ca96459041a45aea619f9a8741643ff7ee /default.nix | |
parent | e899cecde7fb10b5e7ae1b6130922437297f5cb0 (diff) |
Simplify build
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/default.nix b/default.nix deleted file mode 100644 index 3db9b27..0000000 --- a/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -with import <nixpkgs> {}; { - env = stdenv.mkDerivation { - name = "env"; - buildInputs = with pkgs; [ - elmPackages.elm - cabal-install - cabal2nix - nodejs - sqlite - tmux - tmuxinator - ]; - }; -} |