From ac6a53fac97d8d75c8d4c1f6d3a46613c4fdad00 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Wed, 11 Dec 2024 21:12:24 +0100 Subject: [PATCH] ci: use just to run checks in development shell --- .woodpecker/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker/ci.yaml b/.woodpecker/ci.yaml index 3099d84..e8301ef 100644 --- a/.woodpecker/ci.yaml +++ b/.woodpecker/ci.yaml @@ -6,6 +6,6 @@ when: steps: check: - image: docker.io/nixpkgs/nix-flakes:nixos-24.05 + image: docker.io/nixpkgs/nix-flakes:nixos-24.11 commands: - - nix flake check + - nix develop -c just check