mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
* Add some more functions to the Perl bindings.
This commit is contained in:
parent
49f59dceca
commit
92d6a5ed73
2 changed files with 48 additions and 1 deletions
|
@ -14,7 +14,8 @@ our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
|
|||
our @EXPORT = qw(
|
||||
isValidPath queryReferences queryPathInfo queryDeriver queryPathHash
|
||||
topoSortPaths computeFSClosure followLinksToStorePath exportPaths
|
||||
hashPath
|
||||
hashPath hashFile hashString
|
||||
addToStore makeFixedOutputPath
|
||||
);
|
||||
|
||||
our $VERSION = '0.15';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue