accept flake config

This commit is contained in:
cy 2025-01-19 20:47:21 -05:00
parent dcc2a9c040
commit c7328349e7

View file

@ -56,7 +56,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
persist-credentials: false 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: build-homes:
strategy: strategy:
@ -84,4 +84,4 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
persist-credentials: false persist-credentials: false
- run: nix build -L .#homeConfigurations."${{ matrix.home }}".activationPackage - run: nix build -L --accept-flake-config .#homeConfigurations."${{ matrix.home }}".activationPackage