mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
* Use the Store API bindings in nix-copy-closure.
This commit is contained in:
parent
d43a148204
commit
6761757428
4 changed files with 36 additions and 39 deletions
|
@ -12,7 +12,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
|
|||
|
||||
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
|
||||
|
||||
our @EXPORT = qw( );
|
||||
our @EXPORT = qw(isValidPath topoSortPaths computeFSClosure followLinksToStorePath);
|
||||
|
||||
our $VERSION = '0.15';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue