From 164487a5ba568fa344fae9f4b9515b351da430b6 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 15 Oct 2015 11:42:13 -0700 Subject: Simplify source tarball postUnpack cleanupx --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index 5a5a1226fe2c..dd5f1c4d37bc 100644 --- a/release.nix +++ b/release.nix @@ -36,7 +36,7 @@ let postUnpack = '' # Clean up when building from a working tree. - (cd $sourceRoot && (git ls-files -o | xargs -r rm -v)) + git -C $sourceRoot clean -fd ''; preConfigure = '' -- cgit 1.4.1