From 6f93f1b13bf93e8f0f5b79d9a37d77143ae1361e Mon Sep 17 00:00:00 2001 From: Gary Guo Date: Tue, 10 Dec 2024 12:50:31 +0000 Subject: [PATCH] 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.. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 427e426..2ae3c4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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#