From 0c34cf95cef9eb38fd3ee94c2567d7312a7b047e Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 23 May 2024 16:57:42 -0700 Subject: [PATCH] set show-trace for nix in CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14474c7a..66091573 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,8 @@ env: # Use the all-features devshell instead of default, to ensure that features # match between nix and cargo DIRENV_DEVSHELL: all-features + # Get error output from nix that we can actually use + NIX_CONFIG: show-trace = true permissions: packages: write