From f2e5ab2e3472b385cc14ae1dd2747ac707bbd778 Mon Sep 17 00:00:00 2001 From: Tyler Mayoff Date: Mon, 12 May 2025 11:14:36 -0400 Subject: [PATCH] Update flake-updater.yml --- .github/workflows/flake-updater.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index de0a5eb..23cf108 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -11,7 +11,8 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + - run: | + curl -sSf -L https://install.lix.systems/lix | sh -s -- install - uses: DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" # Title of PR to be created