Add missing nix update
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
halfa 2025-02-15 11:53:37 +01:00
parent 26a45537aa
commit 16660c1272

View file

@ -10,7 +10,7 @@ steps:
- name: check formatting
image: nixpkgs/nix:nixos-24.11
environment:
NIX_PATH: 'nixpkgs=channel:nixos-22.05'
NIX_PATH: 'nixpkgs=channel:nixos-24.11'
commands:
- nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check'