mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +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 {
|
namespace nix {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* A "parsed" package attribute set.
|
||||||
|
*/
|
||||||
struct PackageInfo
|
struct PackageInfo
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -5,6 +5,9 @@
|
||||||
|
|
||||||
namespace nix {
|
namespace nix {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Think of this as a "store level package attrset", but stripped down to no more than the needs of buildenv.
|
||||||
|
*/
|
||||||
struct Package {
|
struct Package {
|
||||||
Path path;
|
Path path;
|
||||||
bool active;
|
bool active;
|
||||||
|
|
Loading…
Add table
Reference in a new issue