| 6 Dec 2025 |
aloisw | With the default page size it spent like 40% of the time checkpointing. | 14:45:48 |
0x4fbb09 it/its ⛯✇ΘΔ | also yeah, the benchmark linked doesn't include checkpointing | 14:46:14 |
aloisw | "No checkpoint" and "huge blob" are about the opposite of what Lix is doing. | 14:47:33 |
kuruczgy | Do any of the nix hash commands have a way to ignore certain files/dirs? In particular I have to do this to hash a git repo:
mkdir /tmp/wt && git worktree add /tmp/wt HEAD && rm /tmp/wt/.git && nix hash path /tmp/wt Is there some way to hash a git tree without having to copy it? (Possibly something that doesn't even look at the worktree, just the git objects.) | 14:48:57 |
K900 | nix-prefetch-git? | 14:49:35 |
aloisw | That copies, right? | 14:49:52 |