From 39b03ab4322333785e710e59a8c6e7ef87aa8fa2 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Sun, 4 Aug 2024 09:36:50 -0500 Subject: [PATCH] Run `nix flake check` --- .github/workflows/build.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c84bfae..25a89d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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