mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
Merge commit a1dd396cc02922372314c35c8035a38bfeea08df of branch 'nix'.
This commit is contained in:
parent
828c0bec6b
commit
15ddeff532
10 changed files with 133 additions and 24 deletions
|
@ -11,7 +11,7 @@ Derivation derivationFromPath(StoreAPI & store, const Path & drvPath)
|
|||
{
|
||||
assertStorePath(drvPath);
|
||||
store.ensurePath(drvPath);
|
||||
return parseDerivation(readFile(drvPath));
|
||||
return readDerivation(drvPath);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue