Skip to content

Commit

Permalink
ci: nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Jun 5, 2024
1 parent a11f1ac commit 7cd540e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v12
- uses: DeterminateSystems/magic-nix-cache-action@v7
- run: nix flake check
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main
- run: nix flake check --no-build
- name: Install direnv with Nix
uses: aldoborrero/direnv-nix-action@v2
with:
Expand Down

0 comments on commit 7cd540e

Please sign in to comment.