You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prebuilt Linux packages are published to the public `halley-flake` Cachix cache. Configure it once before installing or building:
16
+
17
+
```bash
18
+
nix run nixpkgs#cachix -- use halley-flake
19
+
```
20
+
21
+
GitHub Actions builds all package variants for each pull request and push. Push builds are uploaded to Cachix. To enable publishing, create a `CACHIX_AUTH_TOKEN` repository secret containing a Cachix auth token with write access to `halley-flake`.
22
+
13
23
```bash
14
24
nix build .#halley-stable # v0.4.0 release
15
25
nix build .#halley-unstable # latest main branch
@@ -20,7 +30,7 @@ nix build .#default # same as unstable
20
30
21
31
| Package | Source | Extras |
22
32
|---|---|---|
23
-
|`halley-stable`| v0.4.0 tag | halley, halleyctl |
33
+
|`halley-stable`| v0.5.0 tag | halley, halleyctl |
24
34
|`halley-unstable`| main branch | + xdg-desktop-portal-halley |
25
35
26
36
Both install session files, systemd units, portal config, and D-Bus services.
After installation, select **Halley** from your display manager session list, or run `halley-session` from a TTY.
60
70
61
71
> [!NOTE]
62
-
> The unstable and dev packages are recommended for users who want the latest fixes, since Halley currently moves fast and releases may lag behind those fixes.
72
+
> The unstable and dev packages are recommended for users who want the latest fixes, since Halley currently moves fast and releases may lag behind those fixes.
0 commit comments