mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 09:19:36 +01:00
String .drv suffix to create derivation name
This commit is contained in:
parent
5d0b75e5b6
commit
18152406ce
6 changed files with 16 additions and 5 deletions
|
|
@ -64,6 +64,8 @@ struct BasicDerivation
|
|||
|
||||
/* Return the output names of a derivation. */
|
||||
StringSet outputNames() const;
|
||||
|
||||
static std::string_view nameFromPath(const StorePath & storePath);
|
||||
};
|
||||
|
||||
struct Derivation : BasicDerivation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue