From 5751b2a360b5a560c32a412e6cd3d774d24d2a84 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:27:15 -0400 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b059e0..e9f40b1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@v17 - name: Switch to lix run: | - sudo --preserve-env=PATH nix 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' -- \