aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
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;