Skip to content

Commit

Permalink
ci: Set accept-flake-config option of Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Oct 15, 2023
1 parent 3de96e7 commit ce41a4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- uses: actions/checkout@v4

- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
accept-flake-config = true
- name: Update the Emacs package set
run: nix flake update
Expand Down

0 comments on commit ce41a4b

Please sign in to comment.