diff options
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -6,10 +6,12 @@ node: nix-daemon: 1 steps: - #- name: check formatting - # image: nixpkgs/nix:nixos-22.05 - # commands: - # - nix run --extra-experimental-features nix-command --extra-experimental-features flakes github:nixos/nixpkgs/nixos-22.05#cargo fmt -- --check + - name: check formatting + image: nixpkgs/nix:nixos-22.05 + environment: + NIX_PATH: 'nixpkgs=channel:nixos-22.05' + commands: + - nix-shell -p cargo -p rustfmt --run 'cargo fmt -- --check' - name: build image: nixpkgs/nix:nixos-22.05 |