From d076d6a7ba1609072e268d2401e3c9d3858f6a7f Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Wed, 6 Sep 2023 11:29:15 +0200 Subject: [PATCH] ci: Add experimental feature no-url-literals --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 045a3219..e6aefd01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,5 +10,8 @@ jobs: steps: - uses: actions/checkout@v3 - uses: DeterminateSystems/nix-installer-action@main + with: + extra-conf: | + experimental-features = no-url-literals - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix flake check