mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
parent
c8f4d89a34
commit
03109e9580
1 changed files with 1 additions and 0 deletions
|
@ -160,6 +160,7 @@ SV * topoSortPaths(...)
|
||||||
SV * followLinksToStorePath(char * path)
|
SV * followLinksToStorePath(char * path)
|
||||||
CODE:
|
CODE:
|
||||||
try {
|
try {
|
||||||
|
store();
|
||||||
RETVAL = newSVpv(followLinksToStorePath(path).c_str(), 0);
|
RETVAL = newSVpv(followLinksToStorePath(path).c_str(), 0);
|
||||||
} catch (Error & e) {
|
} catch (Error & e) {
|
||||||
croak("%s", e.what());
|
croak("%s", e.what());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue