From 0c6387c604b6514131f25bb0af00ce1f5fb9058d Mon Sep 17 00:00:00 2001 From: Jess Date: Mon, 23 Dec 2024 01:53:30 +1300 Subject: [PATCH] ci: allow for root-only nix installation --- .github/workflows/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 117f52c..10dbc84 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -18,6 +18,8 @@ jobs: - name: Install nix uses: DeterminateSystems/nix-installer-action@v16 + with: + init: none - name: Magic uses: DeterminateSystems/magic-nix-cache-action@v8