Skip to content

v4.0.2-10 (experimental)

Choose a tag to compare

@github-actions github-actions released this 07 Sep 17:17
· 134 commits to main since this release
25cc6a5

⚠️ Experimental — not yet verified on hardware

This release is published untested on real machines. CI installs
it in a VM; a VM exposes no NPU, one graphics device and no firmware
quirks, so a VM install passing says very little about a laptop.
Real installs have failed where every check was green.

The flake route (nixos-rebuild against this repo, see the
README) is the mature one and is what to use on a machine you care
about. The ISO installer is the least mature part of the project
and it partitions the disk before it can fail.

If you install from this image, please say how it went on the
release discussion — success as much as failure.

This release is shown as the latest one so testers can find it without
hunting through tags. That is a visibility decision, not a verification
one: the (experimental) in the title and this banner stay until
someone reports a successful install on physical hardware.

What this release is

Omarchy v4.0.2, packaged for NixOS -- the same upstream release
v4.0.2-9 vendored. Everything below is this port's own work.

Configuration changes

No option was added, removed or given a different default:
programs.nixarchy means what it meant under v4.0.2-9.

No NixOS default this port sets moved.

Package changes

Packages this repo pins by hand, rather than taking from nixpkgs.

None of them moved. Still at the versions v4.0.2-9 shipped:

  • grok-bot 0.24.0
  • hey-cli 1.4.1
  • omacalc 0.2.2
  • omacut 0.4.0
  • omawrite 0.5.0
  • once 0.3.2
  • ttfx 0.3.2

Everything else

Every merged change, grouped by where in the tree it landed. This repo
writes commit subjects as full sentences, so they are already the notes.

Installing, and the ISO

  • Hyprland from hyprwm again, tracking their branch rather than a commit (#393)

Checks and CI

  • Every nix job gets both caches, through the path the daemon trusts (#394)
  • box-boot recognises distrobox's third way of failing offline (#392)

3 changes since v4.0.2-9.

Getting it

Omarchy 4.0.2, packaged for NixOS. Two images, and the difference
is what they carry.

nixarchy-v4.0.2-10.iso — 5.7G, carries the whole system closure. The install
copies rather than downloads and needs no network at all. Take this
one unless the download is what you mind.

GitHub will not accept a file that size, so it is split. Put it back
together and check it:

cat nixarchy-v4.0.2-10.iso.part-* > nixarchy-v4.0.2-10.iso
sha256sum -c --ignore-missing SHA256SUMS

nixarchy-v4.0.2-10-net.iso — 1.6G, downloads the desktop as it installs.
One file, no reassembly, and it needs a working network: its first
screen offers Wi-Fi if there is no cable.

sha256sum -c --ignore-missing SHA256SUMS

(--ignore-missing because one SHA256SUMS covers both images, and
nobody downloads both.)

Then write one to a USB stick and boot it. See
Fresh-machine install
for what happens next.

What's Changed

  • box-boot recognises distrobox's third way of failing offline by @olafkfreund in #392
  • Every nix job gets both caches, through the path the daemon trusts by @olafkfreund in #394
  • Hyprland from hyprwm again, tracking their branch rather than a commit by @olafkfreund in #393

Full Changelog: v4.0.2-9...v4.0.2-10