diff --git a/.forgejo/workflows/flake-check.yml b/.forgejo/workflows/flake-check.yml index de5d67f..9b93f49 100644 --- a/.forgejo/workflows/flake-check.yml +++ b/.forgejo/workflows/flake-check.yml @@ -12,4 +12,6 @@ jobs: - name: Check Nix flake inputs uses: https://github.com/DeterminateSystems/flake-checker-action@v5 - name: Install Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@v4 + uses: https://github.com/DeterminateSystems/nix-installer-action@main + with: + init: none