diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-05-24 01:08:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 01:08:36 +0200 |
| commit | 0e9c92a900435fb09440398674687e45cc802b08 (patch) | |
| tree | 1a1ca047978d00812f5c92e965e0b025065f3e84 /.github/scripts | |
| parent | e7859d2ad504a3e3cae1d540d5fd4f9b560d154a (diff) | |
| download | rneovim-0e9c92a900435fb09440398674687e45cc802b08.tar.gz rneovim-0e9c92a900435fb09440398674687e45cc802b08.tar.bz2 rneovim-0e9c92a900435fb09440398674687e45cc802b08.zip | |
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.
Diffstat (limited to '.github/scripts')
| -rw-r--r-- | .github/scripts/labeler_configuration.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 ] |