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.

(cherry picked from commit b94a7b6)
  • Loading branch information
hacker1024 authored and cleverca22 committed Sep 20, 2024
1 parent cc1b6d3 commit 1ef6b5e
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

1 comment on commit 1ef6b5e

@Ericson2314
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that I haven't been doing so much cherry-picks on the nix-xx branches, instead merging things to oldest one that applies, and then merging those back into master (iteratively)

Please sign in to comment.