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
commit 72899596df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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