From ff3ca758ab336356bbe09758694f6ca8e1613aa2 Mon Sep 17 00:00:00 2001 From: "\"QJoly\"" <"github@thoughtless.eu"> Date: Thu, 11 May 2023 11:21:42 +0200 Subject: [PATCH 1/8] vimPlugins.codeium-vim: init at 2023-05-09 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 5099c72dccce..40bd3450b032 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -157,6 +157,7 @@ https://github.com/coc-extensions/coc-svelte/,, https://github.com/iamcco/coc-tailwindcss/,, https://github.com/neoclide/coc.nvim/,release, https://github.com/manicmaniac/coconut.vim/,HEAD, +https://github.com/Exafunction/codeium.vim/,HEAD, https://github.com/metakirby5/codi.vim/,, https://github.com/tjdevries/colorbuddy.nvim/,, https://github.com/lilydjwg/colorizer/,, From e542a0cd27d46b6beaa6fa504c2a471a19bed795 Mon Sep 17 00:00:00 2001 From: nat-418 <93013864+nat-418@users.noreply.github.com> Date: Thu, 11 May 2023 13:16:06 +0200 Subject: [PATCH 2/8] vimPlugins.nvim-lua-gf: init at 2022-07-31 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 283f794b3054..b13c0c27ee81 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -560,6 +560,7 @@ https://github.com/mfussenegger/nvim-lint/,, https://github.com/jose-elias-alvarez/nvim-lsp-ts-utils/,, https://github.com/neovim/nvim-lspconfig/,, https://github.com/RishabhRD/nvim-lsputils/,, +https://github.com/sam4llis/nvim-lua-gf/,HEAD, https://github.com/bfredl/nvim-luadev/,HEAD, https://github.com/rafcamlet/nvim-luapad/,, https://github.com/scalameta/nvim-metals/,, From 76aa1b9c8a6654d3c9f18ddcae5576f1c7e71fb4 Mon Sep 17 00:00:00 2001 From: nat-418 <93013864+nat-418@users.noreply.github.com> Date: Thu, 11 May 2023 13:16:23 +0200 Subject: [PATCH 3/8] vimPlugins.wiki-vim: init at 2023-05-10 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index b13c0c27ee81..269a3555bc52 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1222,6 +1222,7 @@ https://github.com/mattn/webapi-vim/,, https://github.com/DingDean/wgsl.vim/,HEAD, https://github.com/folke/which-key.nvim/,, https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD, +https://github.com/lervag/wiki.vim/,HEAD, https://github.com/gelguy/wilder.nvim/,, https://github.com/gcmt/wildfire.vim/,, https://github.com/fgheng/winbar.nvim/,main, From a74eecdb0ac026192ef9c429018ca31780392b56 Mon Sep 17 00:00:00 2001 From: nat-418 <93013864+nat-418@users.noreply.github.com> Date: Thu, 11 May 2023 13:16:31 +0200 Subject: [PATCH 4/8] vimPlugins.wiki-ft-vim: init at 2023-05-10 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 269a3555bc52..951251dc9eae 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1222,6 +1222,7 @@ https://github.com/mattn/webapi-vim/,, https://github.com/DingDean/wgsl.vim/,HEAD, https://github.com/folke/which-key.nvim/,, https://github.com/johnfrankmorgan/whitespace.nvim/,HEAD, +https://github.com/lervag/wiki-ft.vim/,HEAD, https://github.com/lervag/wiki.vim/,HEAD, https://github.com/gelguy/wilder.nvim/,, https://github.com/gcmt/wildfire.vim/,, From 4549cf6b2fb41f21ec42f4070edb3ba266b28806 Mon Sep 17 00:00:00 2001 From: Jack Leightcap Date: Wed, 10 May 2023 18:58:09 -0400 Subject: [PATCH 5/8] python310Packages.find-libpython: init at 0.3.0 https://github.com/ktbarrett/find_libpython Signed-off-by: Jack Leightcap --- .../python-modules/find-libpython/default.nix | 32 +++++++++++++++++++ pkgs/top-level/python-packages.nix | 2 ++ 2 files changed, 34 insertions(+) create mode 100644 pkgs/development/python-modules/find-libpython/default.nix diff --git a/pkgs/development/python-modules/find-libpython/default.nix b/pkgs/development/python-modules/find-libpython/default.nix new file mode 100644 index 000000000000..21ce69e071d7 --- /dev/null +++ b/pkgs/development/python-modules/find-libpython/default.nix @@ -0,0 +1,32 @@ +{ lib +, buildPythonPackage +, fetchPypi +, pytestCheckHook +, pythonOlder +}: + +buildPythonPackage rec { + pname = "find-libpython"; + version = "0.3.0"; + format = "setuptools"; + + src = fetchPypi { + inherit version; + pname = "find_libpython"; + sha256 = "sha256-bn/l2a9/rW3AZstVFaDpyQpx8f6yuy+OTNu0+DJ26eU="; + }; + + disabled = pythonOlder "3.7"; + + pythonImportsCheck = [ "find_libpython" ]; + + nativeCheckInputs = [ pytestCheckHook ]; + + meta = with lib; { + description = "Finds the libpython associated with your environment, wherever it may be hiding"; + changelog = "https://github.com/ktbarrett/find_libpython/releases/tag/${version}"; + homepage = "https://github.com/ktbarrett/find_libpython"; + license = licenses.mit; + maintainers = with maintainers; [ jleightcap ]; + }; +} diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index 26b7aee601cb..a2eec717c74d 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -3513,6 +3513,8 @@ self: super: with self; { findimports = callPackage ../development/python-modules/findimports { }; + find-libpython = callPackage ../development/python-modules/find-libpython { }; + findpython = callPackage ../development/python-modules/findpython { }; fingerprints = callPackage ../development/python-modules/fingerprints { }; From 6f62ba8423c60d6d0e8726298386aec794460f22 Mon Sep 17 00:00:00 2001 From: Elliot Date: Fri, 12 May 2023 14:51:59 +0800 Subject: [PATCH 6/8] vimPlugins.vim9-stargate: init at 2023-01-21 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 283f794b3054..b2f64b6fe08c 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -1197,6 +1197,7 @@ https://github.com/stephpy/vim-yaml/,, https://github.com/mindriot101/vim-yapf/,, https://github.com/michal-h21/vim-zettel/,HEAD, https://github.com/dag/vim2hs/,, +https://github.com/monkoose/vim9-stargate/,HEAD, https://github.com/dominikduda/vim_current_word/,, https://github.com/andrep/vimacs/,, https://github.com/TaDaa/vimade/,, From 3757137462eadc03273cdab012c1e2965c91af9d Mon Sep 17 00:00:00 2001 From: Pascal Bach Date: Sat, 13 May 2023 09:58:44 +0200 Subject: [PATCH 7/8] thanos: pin to Go 1.19 It panics when running with Go 1.20 with the following error: ``` panic: Something in this program imports go4.org/unsafe/assume-no-moving-gc to declare that it assumes a non-moving garbage collector, but your version of go4.org/unsafe/assume-no-moving-gc hasn't been updated to assert that it's safe against the go1.20 runtime. If you want to risk it, run with environment variable ASSUME_NO_MOVING_GC_UNSAFE_RISK_IT_WITH=go1.20 set. Notably, if go1.20 adds a moving garbage collector, this program is unsafe to use. ``` --- pkgs/servers/monitoring/thanos/default.nix | 2 +- pkgs/top-level/all-packages.nix | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/monitoring/thanos/default.nix b/pkgs/servers/monitoring/thanos/default.nix index 76c8996dd7f8..240b77168d35 100644 --- a/pkgs/servers/monitoring/thanos/default.nix +++ b/pkgs/servers/monitoring/thanos/default.nix @@ -12,7 +12,7 @@ buildGoModule rec { vendorHash = "sha256-bNQwDttJ7YuQFrpp0alqe37/lue0CX5gB2UDRWWtTXQ="; - doCheck = false; + doCheck = true; subPackages = "cmd/thanos"; diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index c57fe2eef51a..1b3046329c64 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -26096,7 +26096,11 @@ with pkgs; tailspin = callPackage ../tools/misc/tailspin { }; - thanos = callPackage ../servers/monitoring/thanos { }; + thanos = callPackage ../servers/monitoring/thanos { + # Fails to run with go1.20 due to go4.org/unsafe/assume-no-moving-gc not being + # update to be compatible with Go 1.20 + buildGoModule = buildGo119Module; + }; trafficserver = callPackage ../servers/http/trafficserver { }; From b370a06cff2dc181274fddb88b6ebcfd31c26799 Mon Sep 17 00:00:00 2001 From: "Emil \"AngryAnt\" Johansen" Date: Sat, 13 May 2023 17:52:36 +0200 Subject: [PATCH 8/8] maintainers: include handle in name --- maintainers/maintainer-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 5f02e3ba495e..ca9919f46729 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -996,7 +996,7 @@ name = "Stanislas Lange"; }; AngryAnt = { - name = "Emil Johansen"; + name = "Emil \"AngryAnt\" Johansen"; email = "git@eej.dk"; matrix = "@angryant:envs.net"; github = "AngryAnt";