From 05e142d637c824e18abf7efd2e2c030d0fa47d73 Mon Sep 17 00:00:00 2001 From: rina Date: Wed, 4 Sep 2024 17:15:26 +1000 Subject: [PATCH] ci: use accept-flake-config --- .github/workflows/pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 20878c6..4772c49 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -36,7 +36,9 @@ jobs: uses: actions/configure-pages@v5 - uses: DeterminateSystems/nix-installer-action@main - - uses: DeterminateSystems/magic-nix-cache-action@main + with: + extra-conf: 'accept-flake-config = true' + # - uses: DeterminateSystems/magic-nix-cache-action@main - run: ./build.py