forked from lix-project/hydra
fix missing import of Nix::Store for isValidPath
This commit is contained in:
parent
ae26e6db2a
commit
41cd5d2838
|
@ -6,6 +6,7 @@ use base 'Hydra::Base::Controller::ListBuilds';
|
|||
use Hydra::Helper::Nix;
|
||||
use Hydra::Helper::CatalystUtils;
|
||||
use Digest::SHA1 qw(sha1_hex);
|
||||
use Nix::Store;
|
||||
|
||||
# Put this controller at top-level.
|
||||
__PACKAGE__->config->{namespace} = '';
|
||||
|
|
Loading…
Reference in a new issue