ihp
ihp copied to clipboard
migrate command not found with latest IHP Pro
Not sure if this is an actual bug or something to do with my install of nix, direnv, etc., but I can consistently reproduce this problem, so posting here in case it is an actual bug.
Steps to reproduce:
- Create new project with
ihp-new - Change
ihp.urlinflake.nixto the latest IHP Pro URL. - Try to use
migrate(command is not found)
System: MacOS Sequoia
Can you add ihp-migrate as a dependency in your flake.nix? I think we might have accidentally removed it from the dev mode when we extracted it into it's own ihp-migrate package
That was it! That fixes it.