diff --git a/.github/workflows/fakedroid-odt.yml b/.github/workflows/fakedroid-odt.yml index 0ff54600..48cc2555 100644 --- a/.github/workflows/fakedroid-odt.yml +++ b/.github/workflows/fakedroid-odt.yml @@ -6,21 +6,12 @@ on: - cron: 0 0 * * 1 jobs: fakedroid-odt-channel: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Install nix - uses: cachix/install-nix-action@v25 - - - name: Setup cachix - uses: cachix/cachix-action@v14 - with: - name: nix-on-droid - signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - - name: Initialize fakedroid for channel setup run: nix run --impure .#fakedroid -- echo INIT @@ -35,21 +26,12 @@ jobs: run: nix run --impure .#fakedroid -- nix-shell -p cachix --run 'nix --extra-experimental-features nix-command path-info --all | cachix push nix-on-droid' fakedroid-flakes: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Install nix - uses: cachix/install-nix-action@v25 - - - name: Setup cachix - uses: cachix/cachix-action@v14 - with: - name: nix-on-droid - signingKey: "${{ secrets.CACHIX_SIGNING_KEY }}" - - name: Initialize fakedroid for flake setup run: USE_FLAKE=1 nix run --impure .#fakedroid -- echo INIT