No description
Find a file
Puck Meerburg fe53998fcc (zilch lang go vfs): fix directories not making it to the store
Sadly, iterating twice won't work, as this will create directory
associations in the wrong direction, and there's no way mappings
let you iterate backwards. Let's mark the entries as directories
and then swap them out with the directories when building a zdir
tree instead.
2024-11-16 16:41:56 +00:00
aux aux/socket: patch scheduling bug in socket egg 2024-10-09 20:36:44 +00:00
cli cli: add more options 2024-10-04 16:05:24 +00:00
core (zilch nix daemon): use record instead of list for activity information 2024-10-09 20:57:10 +00:00
docs docs: add example usage to the Go page. 2024-10-04 15:08:26 +00:00
lang/go (zilch lang go vfs): fix directories not making it to the store 2024-11-16 16:41:56 +00:00
lib/build-chicken-parallel Initial commit 2024-10-04 15:08:26 +00:00
.envrc Initial commit 2024-10-04 15:08:26 +00:00
.gitignore Initial commit 2024-10-04 15:08:26 +00:00
COPYING Add COPYING 2024-10-04 15:08:26 +00:00
default.nix Initial commit 2024-10-04 15:08:26 +00:00
shell.nix Initial commit 2024-10-04 15:08:26 +00:00

To generate the documentation, run:
`docread; npx antora generate antora-playbook.yml`.