Skip to content

Commit

Permalink
fix missing import of Nix::Store for isValidPath
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Dec 2, 2011
1 parent ae26e6d commit 41cd5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Hydra/Controller/Root.pm
Expand Up @@ -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} = '';
Expand Down

0 comments on commit 41cd5d2

Please sign in to comment.