mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Better-scope Store
forward declarations
(cherry picked from commit 685395332d
)
This commit is contained in:
parent
c92e51ecec
commit
01b30df520
3 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
class Store;
|
||||
|
||||
/* Abstract syntax of derivations. */
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
class Store;
|
||||
struct Hash;
|
||||
|
||||
class StorePath
|
||||
|
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
class Store;
|
||||
|
||||
struct DrvOutput {
|
||||
// The hash modulo of the derivation
|
||||
Hash drvHash;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue