From 54c91b02bb5ac8820b3dfa1c051803fc95f39245 Mon Sep 17 00:00:00 2001 From: Jashandeep Sohi Date: Tue, 5 Dec 2023 17:11:14 -0800 Subject: [PATCH] use upstream installer --- .github/workflows/main.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e96fdd1..fcae077 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -17,10 +17,8 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: nixbuild/nix-quick-install-action@v26 - with: - nix_version: "2.19.2" - load_nixConfig: false + - name: install nix + run: sh <(curl -L https://nixos.org/nix/install) --no-daemon - uses: cachix/cachix-action@v12 with: