aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2020-10-23 08:42:45 -0300
committerEuAndreh <eu@euandre.org>2020-10-23 08:43:14 -0300
commit42d440c542f10593f2f7f3b5556526db06305f35 (patch)
tree8e1a026abd580da92f9d9c059dbf0669b154caff /default.nix
parentAdd bash scripts for tests instead of Nix (diff)
downloadtoph-42d440c542f10593f2f7f3b5556526db06305f35.tar.gz
toph-42d440c542f10593f2f7f3b5556526db06305f35.tar.xz
Run nixfmt
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
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;