From 8a676aada18f49a3184b2db96e516f83ffc5fbd1 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:32:25 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e9f40b1..49b6745 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,15 +23,8 @@ jobs: df -h - uses: actions/checkout@v4 - uses: DeterminateSystems/nix-installer-action@v17 - - name: Switch to lix - run: | - nix run \ - --experimental-features "nix-command flakes" \ - --extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \ - 'git+https://git.lix.systems/lix-project/lix?ref=refs/tags/2.93.0' -- \ - upgrade-nix \ - --extra-substituters https://cache.lix.systems --extra-trusted-public-keys "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" - + with: + source_url: https://install.lix.systems/lix - uses: cachix/cachix-action@v16 with: name: tmayoff