diff options
author | Alexander Bantyev | 2021-09-23 12:23:45 +0300 |
---|---|---|
committer | Alexander Bantyev | 2021-09-23 12:39:33 +0300 |
commit | 78bfc5d11c5b44006b56e93dfee2c2024ca715dd (patch) | |
tree | c8f248880503510214724198ca1f872a3d1cb734 | |
parent | b8f42e2a7fb3e8fca268a8fb01e494c161e8a64e (diff) |
Use nix-unstable command
-rw-r--r-- | .buildkite/pipeline.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 5bbe329..72bb999 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -5,4 +5,4 @@ steps: - label: Check Nix flake commands: - - nix-shell --run 'nix --experimental-features "nix-command flakes" flake check -L' + - nix-unstable flake check -L |