diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-23 06:22:23 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-23 06:22:23 +0000 |
| commit | 950daf7fc384606605cafca1617bf12676485bed (patch) | |
| tree | 42ef41294793b2e90ebe7c97c179280016e51380 /README.rst | |
| parent | 2ffd302bd0f7268c5d45691170b4f87339d1b2e4 (diff) | |
| download | nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar.gz nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar.bz2 nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar.lz nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar.xz nixtaml-950daf7fc384606605cafca1617bf12676485bed.tar.zst nixtaml-950daf7fc384606605cafca1617bf12676485bed.zip | |
mark-darcs-weak-hash: move to Nix
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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. |
