about summary refs log tree commit diff
path: root/pkgs/by-name/ne
AgeCommit message (Collapse)AuthorFilesLines
2024-05-28newsraft: 0.24 -> 0.25R. Ryantm1-2/+2
2024-05-24Merge pull request #313146 from malteneuss/add-nextjs-ollama-llm-uiPol Dellaiera4-0/+1016
Add nextjs ollama llm UI frontend for Ollama
2024-05-23nixos/nextjs-ollama-llm-ui: init moduleMalte Neuss1-0/+7
NixOS already has good support for the Ollama backend service. Now we can benefit from having a convenient web frontend as well for it.
2024-05-24Merge pull request #313890 from stasjok/neovim-fix-markdown-inline-parserkirillrdy1-1/+1
neovim-unwrapped: fix markdown_inline tree-sitter parser
2024-05-23Merge pull request #313863 from Moraxyc/update-nezha-agentNick Cao1-3/+3
nezha-agent: 0.16.8 -> 0.16.9
2024-05-23Merge pull request #312968 from stasjok/neovim-remove-unused-depskirillrdy1-6/+3
neovim-unwrapped: remove unused dependencies
2024-05-23neovim-unwrapped: fix markdown_inline tree-sitter parserStanislav Asunkin1-1/+1
Closes #312763.
2024-05-23nezha-agent: 0.16.8 -> 0.16.9Moraxyc1-3/+3
changelog: https://github.com/nezhahq/agent/releases/tag/v0.16.9
2024-05-22neovide: 0.12.2 -> 0.13.0Price Hiller2-11/+11
2024-05-22neovim: Update bundled tree-sitter parsersBenoit de Chezelles3-22/+40
2024-05-22neovim: 0.9.5 -> 0.10.0Gaetan Lepage1-2/+2
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-22nekoray: add qtwayland to buildInputs (#313170)Toma1-0/+1
2024-05-22nextjs-ollama-llm-ui: init at 1.0.1Malte Neuss4-0/+1009
2024-05-22Merge pull request #313359 from NixOS/revert-311047-neovimWeijia Wang5-53/+35
Revert "neovim: 0.9.5 -> 0.10.0"
2024-05-22Revert "neovide: 0.12.2 -> 0.13.0"natsukium2-11/+11
This reverts commit 0fe111d1c7dc0c2851072569ae17ce5e71325c29. neovim was accidentally bumped during the freeze period before release with breaking changes. This commit is related to neovim 0.10, so it is reverted for now.
2024-05-22Revert "neovim: Update bundled tree-sitter parsers"natsukium3-40/+22
This reverts commit 7f4c36c982a798a954a2f8643060de3a10a3bac9. neovim was accidentally bumped during the freeze period before release with breaking changes. This commit is related to neovim 0.10, so it is reverted for now.
2024-05-21Merge pull request #311347 from isabelroses/update/netscannerSandro1-3/+3
2024-05-21netscanner: 0.4.5 -> 0.5.1isabel1-3/+3
2024-05-21Revert "neovim: 0.9.5 -> 0.10.0"Ryan Lahfa1-2/+2
The release schedule indicate that breaking changes are restricted during this period, 752d81e439573637074c069df35fda58d4ff73c9 ("neovim: 0.9.5 -> 0.10.0") was merged five days ago, full of breaking changes for the NeoVim ecosystem. This PR should go *after* the branch-off.
2024-05-19neovim-unwrapped: remove unused dependenciesStanislav Asunkin1-6/+3
2024-05-19Merge pull request #312774 from r-ryantm/auto-update/nezha-agentNick Cao1-3/+3
nezha-agent: 0.16.7 -> 0.16.8
2024-05-19nezha-agent: 0.16.7 -> 0.16.8R. Ryantm1-3/+3
2024-05-18neovide: 0.12.2 -> 0.13.0Price Hiller2-11/+11
2024-05-17neovim: Update bundled tree-sitter parsersBenoit de Chezelles3-22/+40
2024-05-16neovim: 0.9.5 -> 0.10.0Gaetan Lepage1-2/+2
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-16netclient: 0.24.0 -> 0.24.1R. Ryantm1-3/+3
2024-05-13Merge pull request #311124 from r-ryantm/auto-update/nezha-agentWeijia Wang1-2/+2
nezha-agent: 0.16.6 -> 0.16.7
2024-05-12Merge pull request #309891 from Naxdy/work/add-neothesiaPol Dellaiera2-0/+4742
neothesia: init at 0.2.1
2024-05-12nezha-agent: 0.16.6 -> 0.16.7R. Ryantm1-2/+2
2024-05-11Merge branch 'master' into staging-nextJan Tojnar1-2/+4
; Conflicts: ; maintainers/scripts/luarocks-packages.csv ; pkgs/development/lua-modules/generated-packages.nix
2024-05-10Merge pull request #310206 from TomaSajt/nekorayFabián Heredia Montiel1-2/+4
nekoray: enable strictDeps, fix dependency location
2024-05-09Merge master into staging-nextgithub-actions[bot]1-3/+3
2024-05-08nekoray: enable strictDeps, fix dependency locationTomaSajt1-2/+4
2024-05-08neothesia: init at 0.2.1Naxdy2-0/+4742
2024-05-05Merge branch 'staging-next' into stagingJan Tojnar7-3/+467
Conflicts in luaPackages.luarocks-nix: - 8b563cd9f923cdf009b3864a358d912103703320 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch). bc4f6fa54321533b250984f7b3813f8d343dfde1 bumped version and switched to the new version format. But the tag used is not part of the branch the commit comes from (master). Used the new version but replaced the tag prefix with 0. - b73ec84b9eed8de7e9095e779ee3d4066ceb091e removed meta (it is already set in the overridden luarocks). But that would cause the update script to try to update the overridden luarocks (as did the previously used old.meta). bf311d950e4c5d65fae66717c7c3d4f085ff6415 modified meta to fix the update script properly. Kept the meta from the latter since it allows update script to work.
2024-05-05nezha-agent: 0.16.5 -> 0.16.6Moraxyc1-3/+3
2024-05-04neovide: moved to pkgs/by-nameMatthieu C.2-0/+156
2024-05-04Merge pull request #308969 from r-ryantm/auto-update/netscannerWeijia Wang1-3/+3
netscanner: 0.4.4 -> 0.4.5
2024-05-04neovim-unwrapped: move to pkgs/by nameMatthieu C.4-0/+308
2024-05-04netscanner: 0.4.4 -> 0.4.5R. Ryantm1-3/+3
2024-04-27Merge branch 'master' into staging-nextWeijia Wang1-3/+3
2024-04-27Merge pull request #304948 from r-ryantm/auto-update/netclientWeijia Wang1-3/+3
netclient: 0.23.0 -> 0.24.0
2024-04-27treewide: wrapGAppsHook → wrapGAppsHook3Jan Tojnar1-2/+2
This was achieved using the following command: sd 'wrapGAppsHook\b' wrapGAppsHook3 (rg -l 'wrapGAppsHook\b') And then manually reverted the following changes: - alias in top-level.nix - function name in wrap-gapps-hook.sh - comment in postFixup of at-spi2-core - comment in gtk4 - comment in preFixup of 1password-gui/linux.nix - comment in postFixup of qgis/unwrapped-ltr.nix and qgis/unwrapped.nix - comment in postFixup of telegram-desktop - comment in postFixup of fwupd - buildCommand of mongodb-compass - postFixup of xflux-gui - comment in a patch in kdePackages.kde-gtk-config and plasma5Packages.kde-gtk-config - description of programs.sway.wrapperFeatures.gtk NixOS option (manual rebuild)
2024-04-23netscanner: 0.4.2 -> 0.4.4R. Ryantm1-3/+3
2024-04-22Merge pull request #302407 from msanft/nemu/initPaul Meyer1-0/+108
nemu: init at 3.3.1
2024-04-20Merge pull request #247118 from Tom-Hubrecht/netbird-serverRyan Lahfa1-0/+35
nixos/netbird-server: init module
2024-04-19netbird-dashboard: init at 2.3.0Tom Hubrecht1-0/+35
2024-04-18nezha-agent: 0.16.4 -> 0.16.5Moraxyc1-4/+4
2024-04-18netclient: 0.23.0 -> 0.24.0R. Ryantm1-3/+3
2024-04-17nemu: init at 3.3.1Moritz Sanft1-0/+108