Skip to content

Commit a1bbf7f

Browse files
committed
ci: fix flake check in newer Nix version
I don't know what's changed, but apparently adding a fragment specifier fixes the CI errors..
1 parent 1117e2a commit a1bbf7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
nix build -L .?submodules=1#sonata-tests
4444
4545
- name: Run Nix Checks
46-
run: nix flake check -L .?submodules=1
46+
run: nix flake check -L .?submodules=1#

0 commit comments

Comments
 (0)