diff --git a/.drone.yml b/.drone.yml index 286c62a..27c73b8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,3 @@ steps: image: registry.gitlab.com/pipeline-components/yamllint commands: - yamllint -c .yamllint.yaml . - - name: nix flake check - image: nixos/nix:master - commands: - - nix --extra-experimental-features nix-command --extra-experimental-features flakes flake prefetch - - nix --extra-experimental-features nix-command --extra-experimental-features flakes flake check --no-build