Installing specific version of Lix via installer #65

Open
opened 2026-01-01 10:30:30 +00:00 by kkignasiak98 · 0 comments

Hello Lix team and community!

Is there a way to install a specific version of Lix via installer or are you planning to add this option in the future?

When using the Determine installer I was able to do it like this:

ARG INSTALLER_VERSION=v3.2.1
RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/tag/${INSTALLER_VERSION}| sh -s -- install linux \
  --extra-conf "sandbox = false" \
  --init none \
  --no-confirm

Cheers
Chris

Hello Lix team and community! Is there a way to install a specific version of Lix via installer or are you planning to add this option in the future? When using the Determine installer I was able to do it like this: ```bash ARG INSTALLER_VERSION=v3.2.1 RUN curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/tag/${INSTALLER_VERSION}| sh -s -- install linux \ --extra-conf "sandbox = false" \ --init none \ --no-confirm ``` Cheers Chris
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lix-project/lix-installer#65
No description provided.