Update Yazelix Nova
Choose one update owner for each Yazelix install.
Profile installs
Section titled “Profile installs”Confirm the installed profile entry when needed:
nix profile listUpgrade the profile-owned package:
nix profile upgrade --refresh yazelixPass the exact installed package name when your profile uses another entry name.
Home Manager installs
Section titled “Home Manager installs”Run this from the configuration that declares the Yazelix input:
nix flake update yazelixReplace 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.
Channels
Section titled “Channels”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.
Live windows
Section titled “Live windows”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.