From 3fdfcfdc37734456ffd2d35241282dc766bed1af Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Tue, 25 Jun 2024 11:02:53 -0500 Subject: [PATCH] Run `nix flake check` --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 04c1de0b..c3663f04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,9 +50,8 @@ jobs: # run: | # ./bin/${{ matrix.devShell }} -c ghc --version # ./bin/${{ matrix.devShell }} -c cabal --version - - run: nix flake show - - name: Compile code - run: nix build + # - run: nix flake show + - run: nix flake check timeout-minutes: 10 # - name: Compile test # run: nix run .#test