Skip to content

Commit

Permalink
Run nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Aug 4, 2024
1 parent fc7332c commit 39b03ab
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,9 @@ jobs:
with:
name: nixpkgs-terraform
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
skipPush: true
# skipPush: true
- name: Build packages
run: |
if grep -q authToken ~/.config/cachix/cachix.dhall; then
echo "Cachix token is present"
cachix watch-exec nixpkgs-terraform nix -- flake check
else
echo "Cachix token is not present"
nix flake check
fi
run: nix flake check

template:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 39b03ab

Please sign in to comment.