Skip to content

Commit

Permalink
Use Nix::Utils in NARInfo.pm
Browse files Browse the repository at this point in the history
This is required for the `readFile` subroutine used when signing NARs.
  • Loading branch information
hacker1024 authored Aug 21, 2024
1 parent 9ee3c6a commit 21fa2af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Hydra/View/NARInfo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use File::Basename;
use Hydra::Helper::CatalystUtils;
use MIME::Base64;
use Nix::Manifest;
use Nix::Utils;
use Hydra::Helper::Nix;
use base qw/Catalyst::View/;

Expand Down

0 comments on commit 21fa2af

Please sign in to comment.