From 710f8bd07976db2173d9f7eec661b93ffcb76970 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 27 Jun 2023 08:54:28 -0700 Subject: [PATCH] Test simpler yaml string --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dd2f47..6598ac0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,8 +17,7 @@ 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