Use Nix::Store and Nix::Utils in NARInfo.pm

These are required for the `signString` and `readFile` subroutines used when signing NARs.

(cherry picked from commit b94a7b6d5c)
This commit is contained in:
hacker1024 2024-08-21 22:13:38 +10:00 committed by Michael Bishop
parent cc1b6d394e
commit 1ef6b5e7b4

View file

@ -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/;