aboutsummaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
blob: 5bbe329c654d6f2407dc085c8591ad0734db4570 (plain)
1
2
3
4
5
6
7
8
# SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/>
#
# SPDX-License-Identifier: MPL-2.0

steps:
  - label: Check Nix flake
    commands:
      - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check -L'