diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 08:00:04 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-11 08:00:04 +0000 |
| commit | 640a9f9dd5d888be6c1c9149d0a033d424930075 (patch) | |
| tree | 1be4baeee0a0f768f7b9ac2e8be01e7377dda8e8 /lib/manifest.ml | |
| parent | 24c838707e6b6a8c8ed1937b866769e69b8e23c2 (diff) | |
| download | nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar.gz nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar.bz2 nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar.lz nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar.xz nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.tar.zst nixtaml-640a9f9dd5d888be6c1c9149d0a033d424930075.zip | |
fix darcs manifest
Diffstat (limited to 'lib/manifest.ml')
| -rw-r--r-- | lib/manifest.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/manifest.ml b/lib/manifest.ml index a8cc965..370dc27 100644 --- a/lib/manifest.ml +++ b/lib/manifest.ml @@ -287,7 +287,7 @@ module Darcs = struct let* darcs = ll @@ kdl.@(node "darcs") in let+ repository = Template.of_child ~name: "repository" darcs and+ mirrors = Template.of_mirrors darcs - and+ reference = Reference.codec.of_kdl kdl + and+ reference = Reference.codec.of_kdl darcs.children in {repository; mirrors; reference} ); |
