Skip to content

Commit

Permalink
plplplp
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Sep 10, 2024
1 parent a553fde commit e8fa43a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:

nix-flake-check:
name: "nix flake check"
runs-on: ubuntu-latest
runs-on: [self-hosted, nixos]
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v4
Expand All @@ -230,12 +230,6 @@ jobs:
accept-flake-config = true
log-lines = 1000
- name: ❄ Cachix cache of nix derivations
uses: cachix/cachix-action@v15
with:
name: cardano-scaling
authToken: '${{ secrets.CACHIX_CARDANO_SCALING_AUTH_TOKEN }}'

- name: ❄ Nix Flake Check
run: |
nix flake check -L
Expand Down

0 comments on commit e8fa43a

Please sign in to comment.