Skip to content

Commit

Permalink
Temporarily remove nix flake check
Browse files Browse the repository at this point in the history
See #10.
  • Loading branch information
mitchmindtree committed Sep 8, 2022
1 parent 91e4f97 commit 4459fe0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,6 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix fmt -- --check ./

nix-flake-check:
needs: cancel-previous-runs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: cachix/install-nix-action@v16
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
with:
name: mitchmindtree-fuellabs
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix flake check --no-update-lock-file

nix-build:
needs: cancel-previous-runs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4459fe0

Please sign in to comment.