lix rpm from nix-community
This commit is contained in:
parent
c8830fc50a
commit
5afecd67c5
2 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
# Deinonyxus [](https://github.com/randogoth/deinonyxus/actions/workflows/build.yml)
|
# Deinonyxus [](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
|
## What’s inside
|
||||||
- Base: `ghcr.io/ublue-os/bluefin-dx:latest` without Cockpit, Docker, Firefox, VS Code
|
- 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.
|
- Lix: multi-user install baked in with persistence at `/var/home/nix`; `nix-daemon.service` enabled.
|
||||||
(D) - First-login bootstrap: installs nix packages `devbox`, `mc`,and `micro` via `curator`
|
(D) - First-login bootstrap: installs Lix/nix packages `devbox`, `mc`, and `micro` via `curator`
|
||||||
- System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`;
|
- System packages added: `syncthing`, `uv`, `vscodium`, `waydroid`;
|
||||||
- System flatpaks added: Telegram Desktop, Waterfox
|
- 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`:
|
Images are signed with Sigstore/cosign. Verify with the repo's `cosign.pub`:
|
||||||
```bash
|
```bash
|
||||||
cosign verify --key cosign.pub ghcr.io/randogoth/deinonyxus
|
cosign verify --key cosign.pub ghcr.io/randogoth/deinonyxus
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euo pipefail
|
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
|
install -d /usr/share/nix-store /var/lib/nix-store /var/cache/nix-store /nix
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue