Skip to content

Update Yazelix Nova

Choose one update owner for each Yazelix install.

Confirm the installed profile entry when needed:

Terminal window
nix profile list

Upgrade the profile-owned package:

Terminal window
nix profile upgrade --refresh yazelix

Pass the exact installed package name when your profile uses another entry name.

Run this from the configuration that declares the Yazelix input:

Terminal window
nix flake update yazelix

Replace yazelix with your input name, then run the configuration’s normal Home Manager or nix-darwin switch command. Do not use nix profile upgrade for a package installed by Home Manager.

The update follows the input’s stable, main, edge, or immutable tag reference. Stable is the normal release channel. Main receives accepted updates more often, and Edge carries experimental dogfood changes.

The updated package applies to future launches. Open Nova sessions keep their current immutable Nix store paths until you close and relaunch them.

See the canonical update guide for package-owner details.