summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-21 18:09:06 -0400
committerseth <[email protected]>2023-10-21 18:09:06 -0400
commit8e23456caf2c025a078604f8d5780d271f27b6a3 (patch)
treea6f19a3e87bc4bb8360f8ac58f73d02c4a40dc4c /.github/workflows/ci.yaml
parent21178593736cc1baa6a45ca76fefdff04d530869 (diff)
actions: enabled --show-trace for flake check
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index c2b48ad..fd765fe 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -62,4 +62,4 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: run check
- run: nix flake check --accept-flake-config -Lv
+ run: nix flake check --accept-flake-config -Lv --show-trace