mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Reduce verbosity in build-remote.pl
This commit is contained in:
parent
71b0a3a86b
commit
9f3eb56b46
3 changed files with 8 additions and 0 deletions
|
@ -13,6 +13,7 @@ our %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
|
|||
our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );
|
||||
|
||||
our @EXPORT = qw(
|
||||
setVerbosity
|
||||
isValidPath queryReferences queryPathInfo queryDeriver queryPathHash
|
||||
queryPathFromHashPart
|
||||
topoSortPaths computeFSClosure followLinksToStorePath exportPaths importPaths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue