fix: use Nix official installer with --no-daemon
Build & Deploy (Nix) / build-and-deploy (push) Failing after 11s
Build & Deploy (Nix) / build-and-deploy (push) Failing after 11s
The Determinate Systems installer doesn't support --no-daemon. Switch to the official Nix installer which has a well-documented --no-daemon flag suitable for container/CI use. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -15,8 +15,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
run: |
|
run: |
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix \
|
sh <(curl -L https://nixos.org/nix/install) --no-daemon 2>&1
|
||||||
| sh -s -- install --no-confirm --no-daemon
|
|
||||||
echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH"
|
echo "$HOME/.nix-profile/bin" >> "$GITHUB_PATH"
|
||||||
|
|
||||||
- name: Build with Nix
|
- name: Build with Nix
|
||||||
|
|||||||
Reference in New Issue
Block a user