mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Package{,Info}: comments
This commit is contained in:
parent
65255edc9b
commit
ea6aa5ffd8
2 changed files with 6 additions and 1 deletions
|
@ -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