From 5afecd67c5cdda4c0e5dda5847d042d53d3284c1 Mon Sep 17 00:00:00 2001 From: randogoth Date: Tue, 30 Dec 2025 11:08:13 +0200 Subject: [PATCH] lix rpm from nix-community --- README.md | 8 ++++---- files/scripts/install-nix.sh | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dd5f231..8ad098e 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Deinonyxus   [![bluebuild build badge](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml/badge.svg)](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml) -*Deinonyxus* is a personal spin of the UBlue Bluefin DX image with experimental Nix package manager baked in (borrowed from the great [Daemonix](https://github.com/DXC-0/daemonix/) image) and a first-login bootstrap for `nix/home-manager`-like declarative package management using [curator](https://codeberg.org/randogoth/curator). +*Deinonyxus* is a personal spin of the UBlue Bluefin DX image with the 🍦[Lix](https://lix.systems/) flavored Nix package manager baked in and a first-login bootstrap for simple declarative package management using [curator](https://codeberg.org/randogoth/curator). ## What’s inside - Base: `ghcr.io/ublue-os/bluefin-dx:latest` without Cockpit, Docker, Firefox, VS Code -- Nix: multi-user install baked in; `nix-overlay.service` and `nix-daemon.service` enabled. -(D) - First-login bootstrap: installs nix packages `devbox`, `mc`,and `micro` via `curator` +- Lix: multi-user install baked in with persistence at `/var/home/nix`; `nix-daemon.service` enabled. +(D) - First-login bootstrap: installs Lix/nix packages `devbox`, `mc`, and `micro` via `curator` - System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`; - System flatpaks added: Telegram Desktop, Waterfox @@ -37,4 +37,4 @@ bluebuild build --recipe recipes/recipe.yml Images are signed with Sigstore/cosign. Verify with the repo's `cosign.pub`: ```bash cosign verify --key cosign.pub ghcr.io/randogoth/deinonyxus -``` \ No newline at end of file +``` diff --git a/files/scripts/install-nix.sh b/files/scripts/install-nix.sh index 05e0457..9c51a18 100755 --- a/files/scripts/install-nix.sh +++ b/files/scripts/install-nix.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash set -euo pipefail -rpm_url="https://nix-community.github.io/nix-installers/nix/x86_64/nix-multi-user-2.24.10.rpm" +rpm_url="https://nix-community.github.io/nix-installers/lix/x86_64/lix-multi-user-2.91.1.rpm" install -d /usr/share/nix-store /var/lib/nix-store /var/cache/nix-store /nix