Package{,Info}: comments

This commit is contained in:
Robert Hensing 2024-01-16 15:44:02 +01:00
parent 65255edc9b
commit ea6aa5ffd8
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,9 @@
namespace nix {
/**
* A "parsed" package attribute set.
*/
struct PackageInfo
{
public:

View File

@ -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;