aboutsummaryrefslogtreecommitdiff
path: root/.buildkite/pipeline.yml
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/pipeline.yml')
-rw-r--r--.buildkite/pipeline.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml
new file mode 100644
index 0000000..95c9417
--- /dev/null
+++ b/.buildkite/pipeline.yml
@@ -0,0 +1,4 @@
+steps:
+ - label: Check Nix flake
+ commands:
+ - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check'