diff options
| author | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-31 06:30:59 +0000 |
|---|---|---|
| committer | ยท๐๐ด๐๐๐ฉ๐ค | 2025-12-31 06:30:59 +0000 |
| commit | 74292e079558920c5b38b7967fd1a3a5c5998a5b (patch) | |
| tree | 82fd31c7ce3bcfba1ff38ba51d2e13fe7b21b064 | |
| parent | ef172eb13b9b43c61060b6199fc1e9c25170437c (diff) | |
| download | nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar.gz nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar.bz2 nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar.lz nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar.xz nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.tar.zst nixtaml-74292e079558920c5b38b7967fd1a3a5c5998a5b.zip | |
Silo: /silo โ /.silo for more compatibility
Some tools, like OCamlโs Dune, will try to follow the symlinks into the
store which is a big problem
| -rw-r--r-- | lib/working_directory.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/working_directory.ml b/lib/working_directory.ml index 21aa0cd..6515c68 100644 --- a/lib/working_directory.ml +++ b/lib/working_directory.ml @@ -57,7 +57,7 @@ let set_up_ignore ~dir ~content = Eio.Buf_write.with_flow flow @@ fun writer -> Eio.Buf_write.string writer content -let silo_dir = "silo" +let silo_dir = ".silo" let set_up_silo () = let dir = Eio.Path.(get () / silo_dir) in |
