forked from lix-project/lix
Package{,Info}: comments
This commit is contained in:
parent
65255edc9b
commit
ea6aa5ffd8
|
@ -10,7 +10,9 @@
|
|||
|
||||
namespace nix {
|
||||
|
||||
|
||||
/**
|
||||
* A "parsed" package attribute set.
|
||||
*/
|
||||
struct PackageInfo
|
||||
{
|
||||
public:
|
||||
|
|
|
@ -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…
Reference in a new issue