From c7328349e7ebddae4d1658450fb6cfbb71a9f862 Mon Sep 17 00:00:00 2001 From: cy Date: Sun, 19 Jan 2025 20:47:21 -0500 Subject: [PATCH] accept flake config --- .github/workflows/build-and-cache.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-cache.yml b/.github/workflows/build-and-cache.yml index 79f49b2..319a7e3 100644 --- a/.github/workflows/build-and-cache.yml +++ b/.github/workflows/build-and-cache.yml @@ -56,7 +56,7 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - run: nix build -L .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel + - run: nix build -L --accept-flake-config .#nixosConfigurations.${{ matrix.machine }}.config.system.build.toplevel build-homes: strategy: @@ -84,4 +84,4 @@ jobs: uses: actions/checkout@v4 with: persist-credentials: false - - run: nix build -L .#homeConfigurations."${{ matrix.home }}".activationPackage + - run: nix build -L --accept-flake-config .#homeConfigurations."${{ matrix.home }}".activationPackage