omegon 0.6.18 → 0.6.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,10 +106,7 @@ export const DEPS: Dep[] = [
106
106
  check: () => hasCmd("nix"),
107
107
  install: [
108
108
  // --no-confirm: headless (stdin is closed)
109
- // --init none: skip systemd/launchd service setup required on immutable
110
- // distros (Bazzite/Silverblue) where systemd-reload fails, and harmless
111
- // elsewhere (nix daemon is started on demand).
112
- { platform: "any", cmd: "curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm --init none" },
109
+ { platform: "any", cmd: "curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install --no-confirm" },
113
110
  ],
114
111
  url: "https://zero-to-nix.com",
115
112
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omegon",
3
- "version": "0.6.18",
3
+ "version": "0.6.19",
4
4
  "description": "Omegon — an opinionated distribution of pi (by Mario Zechner) with extensions for lifecycle management, memory, orchestration, and visualization",
5
5
  "bin": {
6
6
  "omegon": "bin/omegon.mjs",