diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:26 +0000 |
| commit | 4d7842a0e7b856beaa6e9d9471ba3182779d1ba8 (patch) | |
| tree | 18c53ace2072ea46b9f96524841f60131d14ad5f /lib/lockfile.ml | |
| parent | 839af0b3ee57c48de2d306f0d14f78100c3ee585 (diff) | |
| download | nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.gz nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.bz2 nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.lz nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.xz nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.tar.zst nixtaml-4d7842a0e7b856beaa6e9d9471ba3182779d1ba8.zip | |
further README updates
Diffstat (limited to 'lib/lockfile.ml')
| -rw-r--r-- | lib/lockfile.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lockfile.ml b/lib/lockfile.ml index 658170e..af496bf 100644 --- a/lib/lockfile.ml +++ b/lib/lockfile.ml @@ -417,7 +417,7 @@ let jsont : t Jsont.t = |> Object.mem "i" (NameMap.jsont ~kind: "Input" Input'.jsont) ~enc: (fun i -> i.inputs) |> Object.finish -let make ?(version = "0.0.1") () = +let make ?(version = "0.1.0") () = Logs.info (fun m -> m "Making lockfile @@ version:%s โฆ" version); let inputs = Input_foreman.to_lockfile (fun input -> |
