1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 03:09:35 +01:00

Merge pull request #13241 from fzakaria/lix-2100

cherry-pick https://gerrit.lix.systems/c/lix/+/2100
This commit is contained in:
Jörg Thalheim 2025-05-22 18:56:40 +02:00 committed by GitHub
commit b4bea57667
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 43 additions and 58 deletions

View file

@ -10,7 +10,7 @@
#include "nix/util/util.hh"
#include "nix/util/compression.hh"
#include "nix/store/common-protocol.hh"
#include "nix/store/common-protocol-impl.hh"
#include "nix/store/common-protocol-impl.hh" // Don't remove is actually needed
#include "nix/store/local-store.hh" // TODO remove, along with remaining downcasts
#include <fstream>