Skip to content

Commit

Permalink
back to main determinate systems nix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
heywoodlh committed Dec 4, 2024
1 parent d69f004 commit a0631e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM docker.io/ubuntu AS base
# https://github.com/DeterminateSystems/nix-installer/issues/1305#issuecomment-2494150324
RUN apt update \
&& apt install -y curl \
&& curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix/pr/1311 | sh -s -- install linux \
&& curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
--extra-conf "sandbox = false" \
--init none \
--no-confirm \
Expand Down

0 comments on commit a0631e9

Please sign in to comment.