Loading nixos/modules/services/mail/stalwart-mail.nix +5 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ in serviceConfig = { ExecStart = [ "" "${cfg.package}/bin/stalwart-mail --config=${configFile}" "${lib.getExe cfg.package} --config=${configFile}" ]; LoadCredential = lib.mapAttrsToList (key: value: "${key}:${value}") cfg.credentials; Loading @@ -171,6 +171,10 @@ in CacheDirectory = "stalwart-mail"; StateDirectory = "stalwart-mail"; # Upstream uses "stalwart" as the username since 0.12.0 User = "stalwart-mail"; Group = "stalwart-mail"; # Bind standard privileged ports AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ]; CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ]; Loading nixos/tests/paretosecurity.nix +1 −3 Original line number Diff line number Diff line Loading @@ -126,8 +126,6 @@ xfce.wait_for_text("Pareto Security") # Test 6: paretosecurity:// URL handler is registered xfce.execute("su - alice -c 'xdg-open paretosecurity://foo >/dev/null &'") xfce.wait_for_text("Failed to add device") xfce.succeed("su - alice -c 'xdg-open paretosecurity://foo'") ''; } pkgs/applications/editors/vim/plugins/generated.nix +13 −0 Original line number Diff line number Diff line Loading @@ -15289,6 +15289,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; uv-nvim = buildVimPlugin { pname = "uv.nvim"; version = "2025-05-31"; src = fetchFromGitHub { owner = "benomahony"; repo = "uv.nvim"; rev = "642e45d392a65fe15dbebd63444e45e21a38f883"; sha256 = "1l681q5d3c8hqr1vvb4rxs6y5a1fs3m3cx3v0n6lvmlcdbdn4mjb"; }; meta.homepage = "https://github.com/benomahony/uv.nvim/"; meta.hydraPlatforms = [ ]; }; vCoolor-vim = buildVimPlugin { pname = "vCoolor.vim"; version = "2020-10-14"; Loading pkgs/applications/editors/vim/plugins/overrides.nix +9 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ websocat, # luau-lsp-nvim dependencies luau-lsp, # uv.nvim dependencies uv, # nvim-vstsl dependencies vtsls, }: Loading Loading @@ -3528,6 +3530,13 @@ in postPatch = "cd editor-support/vim"; }; uv-nvim = super.uv-nvim.overrideAttrs { dependencies = with self; [ telescope-nvim ]; runtimeDeps = [ uv ]; }; vCoolor-vim = super.vCoolor-vim.overrideAttrs { # on linux can use either Zenity or Yad. propagatedBuildInputs = [ zenity ]; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -1173,6 +1173,7 @@ https://github.com/Shougo/unite.vim/,, https://github.com/sontungexpt/url-open/,HEAD, https://github.com/axieax/urlview.nvim/,, https://github.com/vim-scripts/utl.vim/,, https://github.com/benomahony/uv.nvim/,HEAD, https://github.com/KabbAmine/vCoolor.vim/,, https://github.com/junegunn/vader.vim/,, https://github.com/jbyuki/venn.nvim/,, Loading Loading
nixos/modules/services/mail/stalwart-mail.nix +5 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,7 @@ in serviceConfig = { ExecStart = [ "" "${cfg.package}/bin/stalwart-mail --config=${configFile}" "${lib.getExe cfg.package} --config=${configFile}" ]; LoadCredential = lib.mapAttrsToList (key: value: "${key}:${value}") cfg.credentials; Loading @@ -171,6 +171,10 @@ in CacheDirectory = "stalwart-mail"; StateDirectory = "stalwart-mail"; # Upstream uses "stalwart" as the username since 0.12.0 User = "stalwart-mail"; Group = "stalwart-mail"; # Bind standard privileged ports AmbientCapabilities = [ "CAP_NET_BIND_SERVICE" ]; CapabilityBoundingSet = [ "CAP_NET_BIND_SERVICE" ]; Loading
nixos/tests/paretosecurity.nix +1 −3 Original line number Diff line number Diff line Loading @@ -126,8 +126,6 @@ xfce.wait_for_text("Pareto Security") # Test 6: paretosecurity:// URL handler is registered xfce.execute("su - alice -c 'xdg-open paretosecurity://foo >/dev/null &'") xfce.wait_for_text("Failed to add device") xfce.succeed("su - alice -c 'xdg-open paretosecurity://foo'") ''; }
pkgs/applications/editors/vim/plugins/generated.nix +13 −0 Original line number Diff line number Diff line Loading @@ -15289,6 +15289,19 @@ final: prev: { meta.hydraPlatforms = [ ]; }; uv-nvim = buildVimPlugin { pname = "uv.nvim"; version = "2025-05-31"; src = fetchFromGitHub { owner = "benomahony"; repo = "uv.nvim"; rev = "642e45d392a65fe15dbebd63444e45e21a38f883"; sha256 = "1l681q5d3c8hqr1vvb4rxs6y5a1fs3m3cx3v0n6lvmlcdbdn4mjb"; }; meta.homepage = "https://github.com/benomahony/uv.nvim/"; meta.hydraPlatforms = [ ]; }; vCoolor-vim = buildVimPlugin { pname = "vCoolor.vim"; version = "2020-10-14"; Loading
pkgs/applications/editors/vim/plugins/overrides.nix +9 −0 Original line number Diff line number Diff line Loading @@ -120,6 +120,8 @@ websocat, # luau-lsp-nvim dependencies luau-lsp, # uv.nvim dependencies uv, # nvim-vstsl dependencies vtsls, }: Loading Loading @@ -3528,6 +3530,13 @@ in postPatch = "cd editor-support/vim"; }; uv-nvim = super.uv-nvim.overrideAttrs { dependencies = with self; [ telescope-nvim ]; runtimeDeps = [ uv ]; }; vCoolor-vim = super.vCoolor-vim.overrideAttrs { # on linux can use either Zenity or Yad. propagatedBuildInputs = [ zenity ]; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -1173,6 +1173,7 @@ https://github.com/Shougo/unite.vim/,, https://github.com/sontungexpt/url-open/,HEAD, https://github.com/axieax/urlview.nvim/,, https://github.com/vim-scripts/utl.vim/,, https://github.com/benomahony/uv.nvim/,HEAD, https://github.com/KabbAmine/vCoolor.vim/,, https://github.com/junegunn/vader.vim/,, https://github.com/jbyuki/venn.nvim/,, Loading