Skip to content

Commit 02287a8

Browse files
authored
kubo-migrator: add migration from 15 to 16 (#344265)
2 parents 46385ee + ca26219 commit 02287a8

File tree

10 files changed

+330
-147
lines changed

10 files changed

+330
-147
lines changed

nixos/modules/services/network-filesystems/kubo.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ in
339339
# After an unclean shutdown this file may exist which will cause the config command to attempt to talk to the daemon. This will hang forever if systemd is holding our sockets open.
340340
rm -vf "$IPFS_PATH/api"
341341
'' + lib.optionalString cfg.autoMigrate ''
342-
${pkgs.kubo-migrator}/bin/fs-repo-migrations -to '${cfg.package.repoVersion}' -y
342+
'${lib.getExe pkgs.kubo-migrator}' -to '${cfg.package.repoVersion}' -y
343343
'' + ''
344344
fi
345345
ipfs --offline config show |

pkgs/applications/networking/kubo-migrator/all-migrations.nix

Lines changed: 0 additions & 82 deletions
This file was deleted.

pkgs/applications/networking/kubo-migrator/default.nix

Lines changed: 0 additions & 23 deletions
This file was deleted.

pkgs/applications/networking/kubo-migrator/unwrapped.nix

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)