Skip to content

Commit

Permalink
Use Nix::Store and Nix::Utils in NARInfo.pm
Browse files Browse the repository at this point in the history
These are required for the `signString` and `readFile` subroutines used when signing NARs.
  • Loading branch information
hacker1024 committed Aug 25, 2024
1 parent 9ee3c6a commit b94a7b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/Hydra/View/NARInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ use File::Basename;
use Hydra::Helper::CatalystUtils;
use MIME::Base64;
use Nix::Manifest;
use Nix::Store;
use Nix::Utils;
use Hydra::Helper::Nix;
use base qw/Catalyst::View/;

Expand Down

0 comments on commit b94a7b6

Please sign in to comment.