Skip to content

Re-add nix flake check CI job #10

@mitchmindtree

Description

@mitchmindtree
Contributor

A reminder to re-add the following job once this upstream issue is resolved:

  nix-flake-check:
    needs: cancel-previous-runs
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2.4.0
      - 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

Currently, we still check builds for each package, but the nix flake check is useful for quickly checking the validity of the flake itself for all targets.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ciEverything CI relatedfuel.nix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @JoshuaBatty@mitchmindtree@sdankel

        Issue actions

          Re-add `nix flake check` CI job · Issue #10 · FuelLabs/fuel.nix