Skip to content

Commit

Permalink
chore(ci): add --accept-flake-config flag to nix invocations
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawgrochowski committed Jun 25, 2024
1 parent 396ede8 commit 54aec36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
with:
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
name: radoslawgrochowski-dotfiles
- run: nix build ${{ matrix.output }} -L --show-trace
- run: nix build ${{ matrix.output }} -L --show-trace --accept-flake-config
1 change: 1 addition & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
with:
commit-msg: "chore(nix): update lockfile"
pr-title: "chore(nix): update lockfile"
nix-options: --accept-flake-config

0 comments on commit 54aec36

Please sign in to comment.