blob: e711ae577ad346e6c050425237d32b367c01c8df (
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'
|