1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-17 16:37:26 -04:00

Merge pull request #1405 from hacker1024/patch-2

Use Nix::Store and Nix::Utils in NARInfo.pm
This commit is contained in:
Jörg Thalheim 2024-08-27 17:09:37 +02:00 committed by GitHub
commit b1a0501520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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