mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
parent
c34a20e1f6
commit
5a7e7fc35f
2 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ class Store;
|
|||
|
||||
/* Write a derivation to the Nix store, and return its path. */
|
||||
StorePath writeDerivation(ref<Store> store,
|
||||
const Derivation & drv, const string & name, RepairFlag repair = NoRepair);
|
||||
const Derivation & drv, std::string_view name, RepairFlag repair = NoRepair);
|
||||
|
||||
/* Read a derivation from a file. */
|
||||
Derivation readDerivation(const Store & store, const Path & drvPath);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue