diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-10 13:00:27 +0000 |
| commit | acdb21f94d642417bef845041122a168ff64c4a5 (patch) | |
| tree | 84804dd9b1a7746dce41c056cdc538e381d3f60c /lib/nixtamal.ml | |
| parent | 6c275ab6cfcbcbdbf99dae089d390b8be0498fbf (diff) | |
| download | nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.gz nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.bz2 nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.lz nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.xz nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.tar.zst nixtaml-acdb21f94d642417bef845041122a168ff64c4a5.zip | |
add banners! โง
Diffstat (limited to 'lib/nixtamal.ml')
| -rw-r--r-- | lib/nixtamal.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/nixtamal.ml b/lib/nixtamal.ml index bb865f6..e45d906 100644 --- a/lib/nixtamal.ml +++ b/lib/nixtamal.ml @@ -91,6 +91,7 @@ let set_up ~env ?nixpkgs: nixpkgs_opt () : (unit, error) result = let (let*) = Result.bind in Eio.Switch.run @@ fun sw -> let proc_mgr = Eio.Stdenv.process_mgr env in + Logs.app (fun m -> m "%t@." Banner.pp); Working_directory.set_up_root (); if Manifest.exists () then begin |
