Merge pull request #1417 from Mindavi/bugfix/s3backup

S3Backup: fix compilation issue for undef MACHINE_LOCAL_STORE var
This commit is contained in:
Jörg Thalheim
2024-10-19 18:19:39 +02:00
committed by GitHub

View File

@ -14,6 +14,7 @@ use Nix::Config;
use Nix::Store;
use Hydra::Model::DB;
use Hydra::Helper::CatalystUtils;
use Hydra::Helper::Nix;
sub isEnabled {
my ($self) = @_;