From 0e9c92a900435fb09440398674687e45cc802b08 Mon Sep 17 00:00:00 2001 From: dundargoc <33953936+dundargoc@users.noreply.github.com> Date: Fri, 24 May 2024 01:08:36 +0200 Subject: build: remove nix flakes (#28863) It does not work and we don't plan on maintaining these anymore. The flake files are being moved to https://github.com/nix-community/neovim-nightly-overlay/pull/516 instead. --- .github/scripts/labeler_configuration.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/scripts') diff --git a/.github/scripts/labeler_configuration.yml b/.github/scripts/labeler_configuration.yml index f3b5e0decf..ea670d1dd0 100644 --- a/.github/scripts/labeler_configuration.yml +++ b/.github/scripts/labeler_configuration.yml @@ -46,10 +46,6 @@ mouse: - changed-files: - any-glob-to-any-file: [ src/nvim/mouse* ] -platform:nix: - - changed-files: - - any-glob-to-any-file: [ contrib/flake.lock, contrib/flake.nix ] - snippet: - changed-files: - any-glob-to-any-file: [ runtime/lua/vim/snippet.lua ] -- cgit