Skip to content

Commit

Permalink
Merge pull request #1417 from Mindavi/bugfix/s3backup
Browse files Browse the repository at this point in the history
S3Backup: fix compilation issue for undef MACHINE_LOCAL_STORE var
  • Loading branch information
Mic92 authored Oct 19, 2024
2 parents bdeec35 + 2a7b070 commit 7289959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Hydra/Plugin/S3Backup.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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) = @_;
Expand Down

0 comments on commit 7289959

Please sign in to comment.