diff options
author | Joris | 2016-10-05 09:59:43 +0200 |
---|---|---|
committer | Joris | 2016-10-05 09:59:43 +0200 |
commit | e899cecde7fb10b5e7ae1b6130922437297f5cb0 (patch) | |
tree | 1b97a323296ad78d77640fdcdde36f044f60d9a8 /build.nix | |
parent | 75804df1cb231033f94183e41cdf79d36d8f6710 (diff) |
Add the build command
Diffstat (limited to 'build.nix')
-rw-r--r-- | build.nix | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/build.nix b/build.nix deleted file mode 100644 index 66e7e04..0000000 --- a/build.nix +++ /dev/null @@ -1,13 +0,0 @@ -with import <nixpkgs> {}; { - env = stdenv.mkDerivation { - name = "env"; - buildInputs = [ - elmPackages.elm - cabal-install - cabal2nix - nodejs - sqlite - tmux - ]; - }; -} |