1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00
nix/doc/manual/source/development
John Ericson cc24766fa6 Expose the nix component in header include paths
For example, instead of doing

    #include "nix/store-config.hh"
    #include "nix/derived-path.hh"

Now do

    #include "nix/store/config.hh"
    #include "nix/store/derived-path.hh"

This was originally planned in the issue, and also recent requested by
Eelco.

Most of the change is purely mechanical. There is just one small
additional issue. See how, in the example above, we took this
opportunity to also turn `<comp>-config.hh` into `<comp>/config.hh`.
Well, there was already a `nix/util/config.{cc,hh}`. Even though there
is not a public configuration header for libutil (which also would be
called `nix/util/config.{cc,hh}`) that's still confusing, To avoid any
such confusion, we renamed that to `nix/util/configuration.{cc,hh}`.

Finally, note that the libflake headers already did this, so we didn't
need to do anything to them. We wouldn't want to mistakenly get
`nix/flake/flake/flake.hh`!

Progress on #7876
2025-04-01 11:40:42 -04:00
..
building.md doc: Fix ccacheStdenvPackages typo 2025-02-18 23:23:10 +01:00
cli-guideline.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
contributing.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
cxx.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
debugging.md More debugging documentation 2025-02-03 10:08:13 -05:00
documentation.md outdated building instructions, update documentation.md 2025-01-08 09:42:26 +01:00
experimental-features.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
index.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
json-guideline.md Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
meson.build Rename doc/manual{src -> source} 2024-10-14 11:21:24 -04:00
testing.md Expose the nix component in header include paths 2025-04-01 11:40:42 -04:00