From 317936b7947e74bb1d3427fc03f7eed27a73028e Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 27 Jun 2023 09:10:37 -0700 Subject: [PATCH] Does it work with block chomping --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6598ac0..e638633 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,8 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full - extra-conf: "experimental-features = impure-derivations" + extra-conf: |- + experimental-features = impure-derivations - run: cat /etc/nix/nix.conf - name: echo $PATH run: echo $PATH