mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Merge branch 'master' of github.com:NixOS/nix into derivation-header-include-order
This commit is contained in:
commit
455bdee205
48 changed files with 616 additions and 415 deletions
|
@ -76,7 +76,7 @@ StorePath writeDerivation(ref<Store> store,
|
|||
const Derivation & drv, std::string_view name, RepairFlag repair = NoRepair);
|
||||
|
||||
/* Read a derivation from a file. */
|
||||
Derivation parseDerivation(const Store & store, const string & s);
|
||||
Derivation parseDerivation(const Store & store, string && s);
|
||||
|
||||
// FIXME: remove
|
||||
bool isDerivation(const string & fileName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue