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 Hydra::Model::DB;
use Hydra::Helper::CatalystUtils;
use Hydra::Helper::Nix;
sub isEnabled {
my ($self) = @_;