diff --git a/.forgejo/workflows/export.yaml b/.forgejo/workflows/export.yaml index ecc2604..118f69d 100644 --- a/.forgejo/workflows/export.yaml +++ b/.forgejo/workflows/export.yaml @@ -7,9 +7,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install Nix - uses: DeterminateSystems/nix-installer-action@v13 + uses: https://github.com/DeterminateSystems/nix-installer-action@v13 - name: Run the Magic Nix Cache - uses: DeterminateSystems/magic-nix-cache-action@v7 + uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7 - name: Build server and client run: | nix develop \ No newline at end of file