mirror of
https://github.com/NixOS/nix
synced 2025-06-28 09:31:16 +02:00
Merge pull request #9786 from hercules-ci/package
DerivationInfo -> PackageInfo
This commit is contained in:
commit
01271f2996
14 changed files with 117 additions and 112 deletions
|
@ -5,6 +5,9 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
/**
|
||||
* Think of this as a "store level package attrset", but stripped down to no more than the needs of buildenv.
|
||||
*/
|
||||
struct Package {
|
||||
Path path;
|
||||
bool active;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue