home.social

#nixd — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #nixd, aggregated by home.social.

  1. Found my first build parallelism bug in a `meson` / `ninja` project: github.com/nix-community/nixd/

    There I learned that `ninja` has a great
    $ ninja -t missingdeps
    command. It reports all the missing dependencies after the build.

    `ninja` infers those from the tools that can autogenerate dependencies at build time. The example is inferred used C include files from build C source files.