mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
commit
fc59fe029b
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ public:
|
||||||
string queryDrvPath() const;
|
string queryDrvPath() const;
|
||||||
string queryOutPath() const;
|
string queryOutPath() const;
|
||||||
string queryOutputName() const;
|
string queryOutputName() const;
|
||||||
/** Return the list of outputs. The "outputs to install" are determined by `mesa.outputsToInstall`. */
|
/** Return the list of outputs. The "outputs to install" are determined by `meta.outputsToInstall`. */
|
||||||
Outputs queryOutputs(bool onlyOutputsToInstall = false);
|
Outputs queryOutputs(bool onlyOutputsToInstall = false);
|
||||||
|
|
||||||
StringSet queryMetaNames();
|
StringSet queryMetaNames();
|
||||||
|
|
Loading…
Add table
Reference in a new issue