Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
13 lines
291 B
Diff
13 lines
291 B
Diff
diff --git a/lib/dune b/lib/dune
|
|
index 2266b87..344c704 100644
|
|
--- a/lib/dune
|
|
+++ b/lib/dune
|
|
@@ -8,7 +8,7 @@
|
|
(rule
|
|
(targets GIT_COMMIT)
|
|
(deps (:x ../bin/git_commit.sh))
|
|
- (action (with-stdout-to %{targets} (run %{x})))
|
|
+ (action (with-stdout-to %{targets} (run echo None)))
|
|
)
|
|
|
|
(rule
|