diff --git a/.drone.yml b/.drone.yml index ef03b35..7037529 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,9 +4,9 @@ type: exec name: abacus checks steps: -- name: pre commit check +- name: flake check commands: - - nix shell . --command pre-commit run --all + - nix flake check - name: package check commands: