Fix the build

This commit is contained in:
John Ericson
2025-04-07 11:36:59 -04:00
committed by ahuston-0
parent f58a752419
commit 9c022848cf
15 changed files with 57 additions and 68 deletions

View File

@@ -2,8 +2,8 @@
#include <pqxx/pqxx>
#include "environment-variables.hh"
#include "util.hh"
#include <nix/util/environment-variables.hh>
#include <nix/util/util.hh>
struct Connection : pqxx::connection

View File

@@ -2,8 +2,8 @@
#include <map>
#include "file-system.hh"
#include "util.hh"
#include <nix/util/file-system.hh>
#include <nix/util/util.hh>
struct HydraConfig
{