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:
parent
908469badb
commit
eea31494c1
4 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue