diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 08:47:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 08:49:46 -0300 |
commit | e495c274f9be64a69104b3a9da7dc65a379e88d1 (patch) | |
tree | 7f4100bacbded35002dedd65736ae851b147f427 /default.nix | |
parent | Run nixfmt (diff) | |
download | toph-e495c274f9be64a69104b3a9da7dc65a379e88d1.tar.gz toph-e495c274f9be64a69104b3a9da7dc65a379e88d1.tar.xz |
Fix tests
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 5a11e34..41673a6 100644 --- a/default.nix +++ b/default.nix @@ -2,7 +2,7 @@ let niv-sources = import ./nix/sources.nix; pkgs = import niv-sources.nixpkgs { }; src = pkgs.nix-gitignore.gitignoreSource [ "!.git" ] ./.; - projectBuildInputs = with pkgs; [ ]; + projectBuildInputs = with pkgs; [ gitMinimal shellcheck nixfmt terraform ]; in { test = pkgs.stdenv.mkDerivation { inherit src; |