From dc9c372e07faf0c5ab76a6b640a852465642308b Mon Sep 17 00:00:00 2001 From: js0ny Date: Thu, 22 Jan 2026 08:09:22 +0000 Subject: [PATCH] ci(nix): Apply ci devshell --- .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 0593f3c..b76ef77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,4 +19,4 @@ jobs: with: name: mycache - run: chmod +x ./ilp-rest-service/gradlew - - run: nix develop --command just all + - run: nix develop .#ci --command just all