From 84ea6a597654d49f3d2a5f67e8bc7b22db11472b Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 13 Jun 2022 12:19:45 +0200 Subject: [PATCH] actually remove ci --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) 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