Commit Graph

200 Commits

Author SHA1 Message Date
éclairevoyant
0e5c272e42
treewide: fix uses of repo = finalAttrs.pname 2024-07-12 20:18:43 -04:00
Vladimír Čunát
2c053848df
Merge branch 'master' into staging 2024-07-11 22:05:05 +02: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
Martin Weinelt
176a56c40f
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/applications/misc/blender/default.nix
- pkgs/development/web/nodejs/nodejs.nix
2024-07-11 01:06:28 +02: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
github-actions[bot]
1f5f0905f8
Merge staging-next into staging 2024-07-06 12:01:49 +00: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
github-actions[bot]
73c1b870f2
Merge staging-next into staging 2024-07-06 06:01:47 +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
Martin Weinelt
e7b1ee45cf
Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
- pkgs/tools/misc/watchlog/default.nix
2024-07-06 01:52:35 +02: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
aleksana
1862813d11 treewide: convert cargoSha256 to cargoHash
This is done with the following bash script:

```
#!/usr/bin/env bash
process_line() {
    local filename=${1%:}
    if [[ $4 =~ \"(.*)\"\; ]]; then
      local sha256="${BASH_REMATCH[1]}"
    fi
    [[ -z $sha256 ]] && return 0
    local hash=$(nix hash to-sri --type sha256 $sha256)
    echo "Processing: $filename"
    echo "  $sha256 => $hash"
    sed -i "s|cargoSha256 = \"$sha256\"|cargoHash = \"$hash\"|"
$filename
}

# split output by line
grep -r 'cargoSha256 = ' . | while IFS= read -r line; do
    # split them further by space
    read -r -a parts <<< "$line"
    process_line "${parts[@]}"
done

```
2024-07-03 21:54:10 +08: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
Benoit de Chezelles
d5786c1b5d neovim: Update bundled tree-sitter parsers 2024-05-22 22:08:25 -03:00
Gaetan Lepage
7f731cae79 neovim: 0.9.5 -> 0.10.0
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-22 22:08:15 -03:00
Toma
04d3e02586
nekoray: add qtwayland to buildInputs (#313170) 2024-05-22 22:06:20 +00:00
Malte Neuss
1df1f8d3be nextjs-ollama-llm-ui: init at 1.0.1 2024-05-22 22:33:26 +02:00
Weijia Wang
19d3279a5c
Merge pull request #313359 from NixOS/revert-311047-neovim
Revert "neovim: 0.9.5 -> 0.10.0"
2024-05-22 00:46:52 +02:00
natsukium
94083775e1
Revert "neovide: 0.12.2 -> 0.13.0"
This reverts commit 0fe111d1c7.

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-22 00:55:43 +09:00
natsukium
76ef4c7888
Revert "neovim: Update bundled tree-sitter parsers"
This reverts commit 7f4c36c982.

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-22 00:31:45 +09:00
Sandro
015e1d63d6
Merge pull request #311347 from isabelroses/update/netscanner 2024-05-21 16:11:35 +02:00
isabel
1f1a9bb15d
netscanner: 0.4.5 -> 0.5.1 2024-05-21 14:01:14 +01:00
Ryan Lahfa
db2ee05512 Revert "neovim: 0.9.5 -> 0.10.0"
The release schedule indicate that breaking changes are restricted
during this period, 752d81e439 ("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-21 12:22:42 +02:00
Stanislav Asunkin
903403da6d neovim-unwrapped: remove unused dependencies 2024-05-19 22:10:17 +03:00
Christian Kögler
62a02b41d4 neovide: remove unsupported x86_64-darwin 2024-05-19 18:49:03 +02:00
Nick Cao
778d96bdc5
Merge pull request #312774 from r-ryantm/auto-update/nezha-agent
nezha-agent: 0.16.7 -> 0.16.8
2024-05-19 11:08:42 -04:00
R. Ryantm
7ff2cf96e2 nezha-agent: 0.16.7 -> 0.16.8 2024-05-19 01:24:15 +00:00
Price Hiller
0fe111d1c7
neovide: 0.12.2 -> 0.13.0 2024-05-18 05:14:03 -05:00
Benoit de Chezelles
7f4c36c982 neovim: Update bundled tree-sitter parsers 2024-05-17 10:40:05 +02:00
Gaetan Lepage
752d81e439 neovim: 0.9.5 -> 0.10.0
Changelog: https://neovim.io/doc/user/news-0.10.html
2024-05-16 16:58:36 +02:00
R. Ryantm
8c779d7e05 netclient: 0.24.0 -> 0.24.1 2024-05-16 01:23:25 +00:00
Weijia Wang
7e75e86de8
Merge pull request #311124 from r-ryantm/auto-update/nezha-agent
nezha-agent: 0.16.6 -> 0.16.7
2024-05-13 11:26:35 +02:00
Pol Dellaiera
687875db53
Merge pull request #309891 from Naxdy/work/add-neothesia
neothesia: init at 0.2.1
2024-05-12 21:30:12 +02:00
R. Ryantm
a4522b5812 nezha-agent: 0.16.6 -> 0.16.7 2024-05-12 17:28:47 +00:00
Jan Tojnar
4be4408157 Merge branch 'master' into staging-next
; Conflicts:
;	maintainers/scripts/luarocks-packages.csv
;	pkgs/development/lua-modules/generated-packages.nix
2024-05-11 12:47:40 +02:00
Fabián Heredia Montiel
a7883a69b5
Merge pull request #310206 from TomaSajt/nekoray
nekoray: enable strictDeps, fix dependency location
2024-05-10 15:04:35 -06:00
github-actions[bot]
ff72686a96
Merge master into staging-next 2024-05-09 06:01:00 +00:00
TomaSajt
51595aee98
nekoray: enable strictDeps, fix dependency location 2024-05-08 23:17:24 +02:00
Naxdy
6ab1e56f8f
neothesia: init at 0.2.1 2024-05-08 14:06:12 +02:00
Jan Tojnar
100509c030 Merge branch 'staging-next' into staging
Conflicts in luaPackages.luarocks-nix:

- 8b563cd9f9 switched to the new version format (prefixed by 0 since there was no relevant last tag in the branch).
  bc4f6fa543 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.

- b73ec84b9e 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).
  bf311d950e modified meta to fix the update script properly.

  Kept the meta from the latter since it allows update script to work.
2024-05-05 14:50:32 +02:00
Moraxyc
7153787bcd
nezha-agent: 0.16.5 -> 0.16.6 2024-05-05 00:32:06 +08:00
Matthieu C.
c2149a80d2 neovide: moved to pkgs/by-name 2024-05-04 15:25:23 +02:00
Weijia Wang
dfc16bf0b6
Merge pull request #308969 from r-ryantm/auto-update/netscanner
netscanner: 0.4.4 -> 0.4.5
2024-05-04 14:46:39 +02:00
Matthieu C.
32d21ca630 neovim-unwrapped: move to pkgs/by name 2024-05-04 14:24:41 +02:00
R. Ryantm
e9c506e3fb netscanner: 0.4.4 -> 0.4.5 2024-05-04 04:23:49 +00:00
Weijia Wang
37876dbdad Merge branch 'master' into staging-next 2024-04-27 05:44:19 +02:00
Weijia Wang
273c40d7ac
Merge pull request #304948 from r-ryantm/auto-update/netclient
netclient: 0.23.0 -> 0.24.0
2024-04-27 03:39:50 +02:00
Jan Tojnar
eb04659fc2 treewide: wrapGAppsHook → wrapGAppsHook3
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-27 02:23:22 +02:00
R. Ryantm
037f1875b1 netscanner: 0.4.2 -> 0.4.4 2024-04-23 09:20:15 +00:00
Paul Meyer
80368c5bef
Merge pull request #302407 from msanft/nemu/init
nemu: init at 3.3.1
2024-04-22 19:50:58 +02:00
Ryan Lahfa
21bd30ea2f
Merge pull request #247118 from Tom-Hubrecht/netbird-server
nixos/netbird-server: init module
2024-04-20 11:21:10 +02:00
Tom Hubrecht
6e480a8ae8 netbird-dashboard: init at 2.3.0 2024-04-19 22:15:57 +02:00
Moraxyc
4130313acf
nezha-agent: 0.16.4 -> 0.16.5 2024-04-18 22:19:20 +08:00
R. Ryantm
0ff1a7e21b netclient: 0.23.0 -> 0.24.0 2024-04-18 01:55:49 +00:00
Moritz Sanft
5005f0f0b2
nemu: init at 3.3.1 2024-04-17 13:45:52 +02:00
Yt
0be3590f8a
Merge pull request #304281 from soywod/neverest-1.0.0-beta
neverest: init at 1.0.0-beta
2024-04-17 08:33:21 +00:00
Clément DOUIN
d97925912a
neverest: init at 1.0.0-beta 2024-04-17 10:23:24 +02:00
R. Ryantm
97e276a902 netscanner: 0.4.1 -> 0.4.2 2024-04-17 01:18:45 +00:00