Skip to content

Commit

Permalink
add missing readFile in NARInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Sep 20, 2024
1 parent 2dad87a commit baddc18
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 @@ -9,6 +9,7 @@ use Nix::Manifest;
use Nix::Store;
use Nix::Utils;
use Hydra::Helper::Nix;
use File::Slurp qw/readFile/;
use base qw/Catalyst::View/;

sub process {
Expand Down

0 comments on commit baddc18

Please sign in to comment.