aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index c6d6179..68604f9 100644
--- a/default.nix
+++ b/default.nix
@@ -14,7 +14,7 @@ let
name = "vps-task";
src = rootSrc;
phases = "unpackPhase buildPhase";
- buildInputs = [ pkgs.gitMinimal ];
+ buildInputs = [ ];
buildPhase = ''
echo "ERROR: base task buildPhase not overriden."
exit 1