Skip to content

Commit

Permalink
add flake check for inputs on nix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
akacase committed Jun 20, 2023
1 parent c795261 commit 3c41537
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Check Nix flake inputs
uses: DeterminateSystems/flake-checker-action@v4
- run: nix -L build
working-directory: ./code/hsec-tools

0 comments on commit 3c41537

Please sign in to comment.