Revert "Update to Nix 2.19"

This reverts commit c922e73c11.
This commit is contained in:
leo60228
2024-05-10 14:47:11 -04:00
parent 249620b49e
commit 803b8ee731
9 changed files with 14 additions and 28 deletions
+1 -2
View File
@@ -11,7 +11,6 @@
#include <nlohmann/json.hpp>
#include "signals.hh"
#include "state.hh"
#include "hydra-build-result.hh"
#include "store-api.hh"
@@ -535,7 +534,7 @@ void State::markSucceededBuild(pqxx::work & txn, Build::ptr build,
product.type,
product.subtype,
product.fileSize ? std::make_optional(*product.fileSize) : std::nullopt,
product.sha256hash ? std::make_optional(product.sha256hash->to_string(HashFormat::Base16, false)) : std::nullopt,
product.sha256hash ? std::make_optional(product.sha256hash->to_string(Base16, false)) : std::nullopt,
product.path,
product.name,
product.defaultPath);