Skip to content

Commit

Permalink
Accept flake config required?
Browse files Browse the repository at this point in the history
  • Loading branch information
kryptt authored Jun 20, 2024
1 parent fec139e commit d156c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
auto-optimise-store = true
cores = 4
extra-experimental-features = nix-command flakes
- run: nix build
- run: nix flake check
- run: nix test
- run: nix --accept-flake-config build
- run: nix --accept-flake-config flake check
- run: nix --accept-flake-config test

0 comments on commit d156c6e

Please sign in to comment.