1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 12:41:00 +01:00

Better-scope Store forward declarations

(cherry picked from commit 685395332d)
This commit is contained in:
John Ericson 2023-01-19 08:49:44 -05:00 committed by github-actions[bot]
parent c92e51ecec
commit 01b30df520
3 changed files with 3 additions and 1 deletions

View file

@ -7,6 +7,8 @@
namespace nix {
class Store;
struct DrvOutput {
// The hash modulo of the derivation
Hash drvHash;