From 1928ffb7dd49fc2b7c09f508215b47cc77d1b143 Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Tue, 27 Jun 2023 08:31:35 -0700 Subject: [PATCH] Add extra-conf test --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 390b962..6dd2f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,9 @@ jobs: logger: pretty log-directives: nix_installer=trace backtrace: full + extra-conf: | + experimental-features = impure-derivations + - run: cat /etc/nix/nix.conf - name: echo $PATH run: echo $PATH - name: Test `nix` with `$GITHUB_PATH`