Skip to content

Commit

Permalink
ci: fix flake check in newer Nix version
Browse files Browse the repository at this point in the history
I don't know what's changed, but apparently adding a fragment specifier
fixes the CI errors..
  • Loading branch information
nbdd0121 committed Dec 10, 2024
1 parent b5ab104 commit 6f93f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
nix build -L .?submodules=1#sonata-tests
- name: Run Nix Checks
run: nix flake check -L .?submodules=1
run: nix flake check -L .?submodules=1#

0 comments on commit 6f93f1b

Please sign in to comment.