diff --git a/src/pages/resources/upgrade/upgrade-new-holonix.md b/src/pages/resources/upgrade/upgrade-new-holonix.md index 2bae7351a..de9455b9f 100644 --- a/src/pages/resources/upgrade/upgrade-new-holonix.md +++ b/src/pages/resources/upgrade/upgrade-new-holonix.md @@ -20,7 +20,7 @@ mv flake.lock flake.lock.backup Then create a new flake file: ```bash -nix flake init -t github:holochain/holonix?ref=main-0.3 +nix flake init -t github:holochain/holonix?ref=main-0.4 ``` For most projects, that's all you need! If you have specific needs, such as targeting a specific Holochain version or release series, specifying build flags, or adding more Nix packages, read the [Holonix readme](https://github.com/holochain/holonix/tree/main/README.md). \ No newline at end of file