ci: use just to run checks in development shell

This commit is contained in:
Daniel Lundin 2024-12-11 21:12:24 +01:00
parent dcd9970b3b
commit ac6a53fac9
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI

View file

@ -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