Skip to content

Commit

Permalink
nixos: fix IHP_MIGRATION_DIR misses / in passed path
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Jan 28, 2025
1 parent 2ca52f1 commit 30a1aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NixSupport/nixosModules/services/migrate.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in
environment = {
DATABASE_URL = cfg.databaseUrl;
MINIMUM_REVISION = "${toString cfg.minimumRevision}";
IHP_MIGRATION_DIR = cfg.migrations;
IHP_MIGRATION_DIR = "${cfg.migrations}/";
};
};
}

0 comments on commit 30a1aa7

Please sign in to comment.