Christian Kögler
a6ede4e0d0
neovide: 0.13.1 -> 0.13.2
2024-07-13 14:27:32 +02:00
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname
2024-07-12 20:18:43 -04:00
Johannes Jöns
2d9625b112
Merge pull request #326053 from Naxdy/work/neothesia-icon
...
neothesia: install icon
2024-07-11 05:12:22 +00:00
Adam Stephens
fd00bc557d
next-ls: 0.23.0 -> 0.23.1
2024-07-10 09:39:59 -04:00
Naxdy
a5c328c168
neothesia: install icon
2024-07-10 09:48:53 +02:00
nixpkgs-merge-bot[bot]
ba28b6d300
Merge pull request #324967 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.17.2 -> 0.17.3
2024-07-06 08:58:49 +00:00
Masum Reza
b73ded9497
Merge pull request #324085 from luftmensch-luftmensch/nexus_3.69.0-02
...
nexus: 3.68.1-02 → 3.69.0-02
2024-07-06 11:11:28 +05:30
R. Ryantm
fe3921b7e0
nezha-agent: 0.17.2 -> 0.17.3
2024-07-06 05:32:08 +00:00
Adam C. Stephens
6c80312195
Merge pull request #324678 from adamcstephens/next-ls/init
...
next-ls: init at 0.23.0
2024-07-04 20:56:38 -04:00
Adam Stephens
c0c2dd0e49
next-ls: init at 0.23.0
2024-07-04 17:17:49 -04:00
R. Ryantm
297bd9f0e9
netscanner: 0.5.1 -> 0.5.2
2024-07-04 02:36:31 +00:00
luftmensch-luftmensch
ffc8d31212
nexus: move to pkgs/by-name
2024-07-02 18:04:13 +02:00
Matthieu C.
443f4807e8
neovim-gtk: move to pkgs/by-name
2024-06-30 00:40:08 +02:00
Matthieu C.
e486522723
neovim-remote: move to pkgs/by-name
2024-06-30 00:35:05 +02:00
Moraxyc
76ff8beba8
nezha-agent: 0.17.0 -> 0.17.2
2024-06-28 16:18:40 +08:00
nixpkgs-merge-bot[bot]
75f5060a18
Merge pull request #321970 from r-ryantm/auto-update/nezha-agent
...
nezha-agent: 0.16.11 -> 0.17.0
2024-06-23 14:53:49 +00:00
R. Ryantm
e03bb988ac
nezha-agent: 0.16.11 -> 0.17.0
2024-06-23 13:57:48 +00:00
Nick Cao
be5d8dbf11
Merge pull request #321952 from r-ryantm/auto-update/nerdfetch
...
nerdfetch: 8.1.1 -> 8.1.2
2024-06-23 09:50:01 -04:00
R. Ryantm
85d473bbcd
nerdfetch: 8.1.1 -> 8.1.2
2024-06-23 12:26:29 +00:00
Christian Kögler
81aff3c1de
Merge pull request #319061 from triarius/neovide-macos-app
...
Install app on macOS for neovide
2024-06-22 06:25:34 +02:00
Tom Hubrecht
6c3aef5e70
netbird-dashboard: Remove thubrecht as maintainer
2024-06-21 09:32:00 +02:00
Matthieu Coudron
9b23334289
neovim-qt: move to pkgs/by-name
...
* neovim-qt: move to pkgs/by-name
2024-06-18 10:40:23 +02:00
Narthana Epa
ded9632c61
neovide: add darwin app
2024-06-17 23:52:19 +10:00
h7x4
449246e4cb
Merge pull request #320119 from emilazy/remove-myself-from-unused-packages
...
treewide: remove myself from packages I don’t use
2024-06-16 01:19:51 +02:00
Emily
4b1d39d935
treewide: remove myself from packages I don’t use
...
I’ve had an extended absence from Nix work and no longer actively
use a bunch of packages I used to maintain, so remove myself as a
maintainer from things I can’t usefully review/test changes for
as I ease back into things. This does unfortunately leave a few
packages orphaned (`stm32loader`, `tinyprog`, `python3Packages.fx2`,
and `python3Packages.jsonmerge`).
2024-06-15 16:53:23 +01:00
R. Ryantm
f2cbc7e331
netclient: 0.24.1 -> 0.24.2
2024-06-14 02:34:11 +00:00
Peder Bergebakken Sundt
f69aabc50a
Merge pull request #250985 from Infinidoge/pkgs/neocities
...
neocities: init at 0.0.18
2024-06-12 00:01:06 +02:00
Matt Sturgeon
32697736a0
nexusmods-app: add MattSturgeon to maintainers
2024-06-10 07:03:28 +01:00
Alexis Hildebrandt
f8c4a98e8e
treewide: Remove the definite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"([Tt]he)? ' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Tt]he (.)/\1\U\2/'
2024-06-09 23:08:46 +02:00
Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Alexis Hildebrandt
bf995e3641
treewide: Remove ending period from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Sandro
3bdd553aab
Merge pull request #317561 from matteo-pacini/needle
2024-06-06 15:55:47 +02:00
Matteo Pacini
28fbc62990
needle: init at 0.24.0
2024-06-06 07:46:10 +02:00
Victor Engmark
59255b36ac
nexusmods-app: init at 0.4.1
...
Closes #270358 .
Name recommended by @erri120
<https://github.com/NixOS/nixpkgs/pull/270372#issuecomment-2147052607 >.
Replaces the `7zz` binary executable included with the upstream project
for safety and reproducibility.
Requires an `enableUnfree = true` override to support RAR format mods.
Disables tests marked as requiring networking (actually requiring Nexus
Mods API key according to
<https://github.com/Nexus-Mods/NexusMods.App/pull/1222#issuecomment-2060687094 >),
and one other tests which requires networking.
Co-Authored-By: Matej Cotman <matej@matejc.com>
Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-06-06 17:44:51 +12:00
Christian Kögler
d1af0c17b3
Merge pull request #312936 from ck3d/neovide-rm-x86-darwin
...
neovide: remove unsupported x86_64-darwin
2024-06-04 22:50:21 +02:00
Moraxyc
95065e7740
nezha-agent: 0.16.10 -> 0.16.11
2024-06-04 23:08:10 +08:00
Aleksana
94d7265861
Merge pull request #316336 from Aleksanaa/netease-cloud-music-gtk
...
netease-cloud-music-gtk: 2.3.1 -> 2.4.0
2024-06-01 18:38:28 +08:00
aleksana
11f21c4761
netease-cloud-music-gtk: 2.3.1 -> 2.4.0
2024-06-01 13:39:31 +08:00
R. Ryantm
dd89f445a9
nezha-agent: 0.16.9 -> 0.16.10
2024-06-01 01:25:15 +00:00
kirillrdy
4d652a9cd8
Merge pull request #315136 from andrevmatos/neovide-0.13.1
...
neovide: 0.13.0 -> 0.13.1
2024-06-01 07:46:54 +10:00
André Vitor de Lima Matos
8aa77199da
neovide: 0.13.0 -> 0.13.1
...
Diff: https://github.com/neovide/neovide/compare/0.13.0...0.13.1
Changelog: https://github.com/neovide/neovide/releases/tag/0.13.1
2024-05-30 09:29:24 -03:00
R. Ryantm
4f29187c25
newsraft: 0.24 -> 0.25
2024-05-28 18:16:32 +00:00
Pol Dellaiera
d9062cd5f9
Merge pull request #313146 from malteneuss/add-nextjs-ollama-llm-ui
...
Add nextjs ollama llm UI frontend for Ollama
2024-05-24 06:51:37 +02:00
Malte Neuss
8a05b4f8d4
nixos/nextjs-ollama-llm-ui: init module
...
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-23 23:48:55 +02:00
kirillrdy
0bc1816966
Merge pull request #313890 from stasjok/neovim-fix-markdown-inline-parser
...
neovim-unwrapped: fix markdown_inline tree-sitter parser
2024-05-24 06:38:22 +10:00
Nick Cao
f5a9501499
Merge pull request #313863 from Moraxyc/update-nezha-agent
...
nezha-agent: 0.16.8 -> 0.16.9
2024-05-23 14:15:27 -04:00
kirillrdy
540bf3b6f8
Merge pull request #312968 from stasjok/neovim-remove-unused-deps
...
neovim-unwrapped: remove unused dependencies
2024-05-23 19:36:44 +10:00
Stanislav Asunkin
d28cf9c00b
neovim-unwrapped: fix markdown_inline tree-sitter parser
...
Closes #312763 .
2024-05-23 09:59:12 +03:00
Moraxyc
1e4ff676da
nezha-agent: 0.16.8 -> 0.16.9
...
changelog: https://github.com/nezhahq/agent/releases/tag/v0.16.9
2024-05-23 13:34:31 +08:00
Price Hiller
954cc257cf
neovide: 0.12.2 -> 0.13.0
2024-05-22 22:08:34 -03:00