Use the new Nix Perl bindings
This commit is contained in:
@ -7,7 +7,7 @@ use POSIX qw(dup2 :sys_wait_h);
|
||||
use Hydra::Schema;
|
||||
use Hydra::Helper::Nix;
|
||||
use IO::Handle;
|
||||
use Nix;
|
||||
use Nix::Store;
|
||||
|
||||
chdir getHydraPath or die;
|
||||
my $db = openHydraDB;
|
||||
|
@ -3,6 +3,7 @@
|
||||
use strict;
|
||||
use File::Path;
|
||||
use File::Basename;
|
||||
use Nix::Store;
|
||||
use Hydra::Schema;
|
||||
use Hydra::Helper::Nix;
|
||||
use POSIX qw(strftime);
|
||||
|
Reference in New Issue
Block a user