1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-21 09:49:36 +01:00

libutil: Move references.{hh,cc} to libstore

The implicit dependency on refLength (which is the StorePath::HashLen)
is not good. Also the companion tests and benchmarks are already in libstore-tests.
This commit is contained in:
Sergei Zimmerman 2025-08-08 01:35:34 +03:00
parent 1b4aa5c1ef
commit 2e3ebfb829
No known key found for this signature in database
15 changed files with 48 additions and 59 deletions

View file

@ -7,7 +7,7 @@
#include "nix/store/derivations.hh"
#include "nix/store/realisation.hh"
#include "nix/store/nar-info.hh"
#include "nix/util/references.hh"
#include "nix/store/references.hh"
#include "nix/util/callback.hh"
#include "nix/util/topo-sort.hh"
#include "nix/util/finally.hh"