diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-02 15:47:47 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2026-01-02 15:47:47 +0000 |
| commit | 1453b79eee3c757ef27ade7d6ca636112b926f80 (patch) | |
| tree | ed523d9620871bd586998e4cf7985359ddb77486 /lib/lockfile.ml | |
| parent | 3a4d89a19e18bbc199f006464a7d705da8c0fe28 (diff) | |
| download | nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar.gz nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar.bz2 nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar.lz nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar.xz nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.tar.zst nixtaml-1453b79eee3c757ef27ade7d6ca636112b926f80.zip | |
Schema bump: lockfile fields required
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 f48452f..36dd069 100644 --- a/lib/lockfile.ml +++ b/lib/lockfile.ml @@ -421,7 +421,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.1.0") () = +let make ?(version = "0.1.1") () = Logs.info (fun m -> m "Making lockfile @@ version:%s โฆ" version); let inputs = Input_foreman.to_lockfile (fun input -> |
