From 229111a6e9e0e5b75cc9643f703200cdd5b0d13a Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:19:01 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0e9a2dc..ae1be57 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,8 @@ jobs: sudo docker builder prune -a df -h - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@v16 + - run: | + curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm - uses: cachix/cachix-action@v16 with: name: tmayoff