diff options
author | Joris | 2017-04-06 19:44:06 +0200 |
---|---|---|
committer | Joris | 2017-04-06 19:44:06 +0200 |
commit | b55a0f65260e859e08b7c9bbf414aa76c3773c25 (patch) | |
tree | ba45fa587ba6d36d616d7dc6ad7b66fcba081c69 /shell.nix | |
parent | 369de7460557006a9b6ab5f1d5e7ea066a73dc9a (diff) |
Add tests to gitlab-ci
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ with import <nixpkgs> {}; { env = stdenv.mkDerivation { name = "env"; buildInputs = with pkgs; [ - nodejs-7_x + yarn nodePackages.bower purescript tmux |