diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 08:42:45 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 08:43:14 -0300 |
commit | 42d440c542f10593f2f7f3b5556526db06305f35 (patch) | |
tree | 8e1a026abd580da92f9d9c059dbf0669b154caff /default.nix | |
parent | Add bash scripts for tests instead of Nix (diff) | |
download | toph-42d440c542f10593f2f7f3b5556526db06305f35.tar.gz toph-42d440c542f10593f2f7f3b5556526db06305f35.tar.xz |
Run nixfmt
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/default.nix b/default.nix index ae37a1f..5a11e34 100644 --- a/default.nix +++ b/default.nix @@ -2,8 +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; [ ]; in { test = pkgs.stdenv.mkDerivation { inherit src; |