1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-30 22:20:59 +01:00

fix(libstore/find-cycles): install header in public include directory

Move `find-cycles.hh` to `src/libstore/include/nix/store/build/` to
ensure it is properly installed as a public header and can be used by
tests and other consumers of the library.
This commit is contained in:
Bernardo Meurer Costa 2025-10-12 00:40:11 +00:00
parent 908469badb
commit eea31494c1
No known key found for this signature in database
4 changed files with 3 additions and 2 deletions

View file

@ -45,7 +45,7 @@
#include "store-config-private.hh"
#include "build/derivation-check.hh"
#include "build/find-cycles.hh"
#include "nix/store/build/find-cycles.hh"
#if NIX_WITH_AWS_AUTH
# include "nix/store/aws-creds.hh"