Skip to content

Commit 5afecd6

Browse files
committed
lix rpm from nix-community
1 parent c8830fc commit 5afecd6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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)
22

3-
*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).
3+
*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).
44

55
## What’s inside
66
- Base: `ghcr.io/ublue-os/bluefin-dx:latest` without Cockpit, Docker, Firefox, VS Code
7-
- Nix: multi-user install baked in; `nix-overlay.service` and `nix-daemon.service` enabled.
8-
(D) - First-login bootstrap: installs nix packages `devbox`, `mc`,and `micro` via `curator`
7+
- Lix: multi-user install baked in with persistence at `/var/home/nix`; `nix-daemon.service` enabled.
8+
(D) - First-login bootstrap: installs Lix/nix packages `devbox`, `mc`, and `micro` via `curator`
99
- System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`;
1010
- System flatpaks added: Telegram Desktop, Waterfox
1111

@@ -37,4 +37,4 @@ bluebuild build --recipe recipes/recipe.yml
3737
Images are signed with Sigstore/cosign. Verify with the repo's `cosign.pub`:
3838
```bash
3939
cosign verify --key cosign.pub ghcr.io/randogoth/deinonyxus
40-
```
40+
```

files/scripts/install-nix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
rpm_url="https://nix-community.github.io/nix-installers/nix/x86_64/nix-multi-user-2.24.10.rpm"
4+
rpm_url="https://nix-community.github.io/nix-installers/lix/x86_64/lix-multi-user-2.91.1.rpm"
55

66
install -d /usr/share/nix-store /var/lib/nix-store /var/cache/nix-store /nix
77

0 commit comments

Comments
 (0)