From 950daf7fc384606605cafca1617bf12676485bed Mon Sep 17 00:00:00 2001 From: ยท๐‘‘๐‘ด๐‘•๐‘‘๐‘ฉ๐‘ค Date: Tue, 23 Dec 2025 06:22:23 +0000 Subject: mark-darcs-weak-hash: move to Nix --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.rst') diff --git a/README.rst b/README.rst index b8c2062..334e138 100644 --- a/README.rst +++ b/README.rst @@ -206,14 +206,13 @@ Darcs hooks (can skip) .. code:: console - $ chmod +x script/mk-darcs-weak-hash $ $EDITOR _darcs/prefs/defaults .. code:: - apply posthook script/mk-darcs-weak-hash && nix-build --no-out-link release.nix - obliterate posthook script/mk-darcs-weak-hash - record posthook script/mk-darcs-weak-hash + apply posthook nix-shell --run mk-darcs-weak-hash && nix-build --no-out-link release.nix + obliterate posthook nix-shell --run mk-darcs-weak-hash + record posthook nix-shell --run mk-darcs-weak-hash Hooks here can: โ€ข Build the entire project before applying patches to make sure it works. -- cgit v1.2.3