From a0631e9cb91be531425c8be88ab084da11e6ce50 Mon Sep 17 00:00:00 2001 From: Spencer Heywood Date: Wed, 4 Dec 2024 12:38:56 -0700 Subject: [PATCH] back to main determinate systems nix installer --- nix/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/Dockerfile b/nix/Dockerfile index 272a19f..062bd25 100644 --- a/nix/Dockerfile +++ b/nix/Dockerfile @@ -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 \