Fix the build

This commit is contained in:
John Ericson
2025-04-07 11:36:59 -04:00
parent 6534a54ee5
commit d6a5df25bf
15 changed files with 57 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
#include "hydra-build-result.hh"
#include "store-api.hh"
#include "util.hh"
#include "source-accessor.hh"
#include <nix/store/store-api.hh>
#include <nix/util/util.hh>
#include <nix/util/source-accessor.hh>
#include <regex>