Commit Graph

97 Commits

Author SHA1 Message Date
Ryan Yin
43ccd1d4e5 maintainers: add ryan4yin 2024-10-24 14:24:31 +08:00
Peder Bergebakken Sundt
6f266c5285
vivictpp: 1.0.0 -> 1.1.0 (#344523) 2024-10-21 01:43:42 +02:00
Sefa Eyeoglu
feb995ade0
pnpm: 9.12.1 -> 9.12.2 (#349093) 2024-10-20 20:27:37 +02:00
lukts30
c304b7a22f virt-v2v: init at 2.6.0 2024-10-20 12:07:19 +02:00
Gutyina Gergő
9744efc3b0
treewide: update pnpmDeps hashes 2024-10-19 23:50:41 +02:00
phanirithvij
e16e11cd20 viddy: migrate to pkgs/by-name
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2024-10-01 23:51:08 +05:30
kolaente
f020b7ac7a
vikunja: 0.24.3 -> 0.24.4 2024-09-29 17:12:55 +02:00
tilpner
58494bfe46
vivictpp: 1.0.0 -> 1.1.0 2024-09-25 22:41:33 +02:00
tilpner
90ba2b10c9
vivictpp: move to pkgs/by-name 2024-09-25 22:40:44 +02:00
Peder Bergebakken Sundt
77922ccc80 violet: use finalAttrs.finalPackage 2024-09-24 23:28:57 +02:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
kolaente
25b598aee4
vikunja: 0.24.1 -> 0.24.3 2024-09-20 16:34:51 +02:00
Florian
46dc692a37
villain: 2.1.0 -> 2.2.0 (#342350) 2024-09-17 06:14:05 +02:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
D3vil0p3r
b29051b7f2
villain: 2.1.0 -> 2.2.0 2024-09-16 18:50:04 +02:00
aleksana
039893032e vinagre: remove 2024-09-15 20:12:50 +08:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
Marc Jakobi
3969c3116a vimcats: 1.0.2 -> 1.1.0 2024-09-04 19:28:53 +02:00
Marc Jakobi
3b8ecf7659 vimcats: init at 1.0.2 2024-08-28 11:10:07 +02:00
Doron Behar
a1f01678f1
video-trimmer: 0.8.1 -> 0.8.2 (#337668) 2024-08-27 15:20:50 +00:00
aleksana
59bd948ea0 video-trimmer: add aleksana to maintainers 2024-08-27 17:16:52 +08:00
aleksana
295e1e95bc video-trimmer: 0.8.1 -> 0.8.2 2024-08-27 17:15:51 +08:00
aleksana
f6c473d14c video-trimmer: format with nixfmt-rfc-style 2024-08-27 17:15:23 +08:00
aleksana
f270e98590 video-trimmer: move to pkgs/by-name 2024-08-27 16:57:18 +08:00
Jonas Heinrich
1fc737b874 viber: move to pkgs/by-name 2024-08-26 13:34:14 +02:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
éclairevoyant
2277579c38
vinegar: remove 2024-08-23 09:37:01 -04:00
Jan Tojnar
885eab59d5 vinagre: Move from gnome scope to top-level 2024-08-12 00:28:56 +02:00
R. Ryantm
a9726f69c4 virtio-win: 0.1.248-1 -> 0.1.262-2 2024-08-09 08:18:33 +00:00
Florian
7fb4fd4d76
Merge pull request #330857 from D3vil0p3r/patch-6
villain: init at 2.1.0
2024-08-06 09:36:02 +02:00
D3vil0p3r
3c282dcb85 villain: init at 2.1.0 2024-08-06 08:35:49 +02:00
R. Ryantm
a9e9403278 vmagent: 1.102.0 -> 1.102.1 2024-08-02 04:19:56 +00:00
Aleksana
577a9c43f3
Merge pull request #330042 from Sigmanificient/remove-leading-space-description
treewide: remove trailing space in description
2024-07-26 23:48:02 +08:00
Sigmanificient
61fe0c0416 pkgs/by-name: remove unused arguments 2024-07-26 10:11:07 +02:00
Sigmanificient
543cd40ecc treewide: remove trailing space in description
Done using `grep -rP 'description\s+=\s+"[^"]+[ ]";' | cut -d ':' -f 1 |
xargs -i nvim {}` and sorting the opened files by hand, avoiding
generated packages list
2024-07-26 03:38:50 +02:00
Leona Maroni
804f0b97ba
Merge pull request #328240 from balacij/master
vikunja: 0.24.0 -> 0.24.1
2024-07-20 15:59:16 +02:00
Jason Balaci
ee51a9e129
vikunja: 0.24.0 -> 0.24.1 2024-07-18 14:21:04 -04:00
R. Ryantm
43c3cb6dff victoriametrics: 1.101.0 -> 1.102.0 2024-07-17 22:26:26 +00:00
Nick Cao
4aed35e12b
Merge pull request #326996 from r-ryantm/auto-update/vinegar
vinegar: 1.7.4 -> 1.7.5
2024-07-14 10:47:54 -04:00
R. Ryantm
26f32a0bdb vinegar: 1.7.4 -> 1.7.5 2024-07-14 03:01:15 +00:00
Masum Reza
fd8e761b5c
Merge pull request #326423 from balacij/updateVikunja
vikunja: 0.23.0 -> 0.24.0
2024-07-13 23:56:51 +05:30
❄️
fe14ac8fc2
Merge pull request #324539 from atorres1985-contrib/remove-vrthra
treewide: remove vrthra, cpages and lovek323 from meta.maintainers
2024-07-12 14:26:56 -03:00
Jason Balaci
49927dd295
vikunja: 0.23.0 -> 0.24.0 2024-07-11 21:42:34 -04:00
Doron Behar
64facc446a vim-language-server: use to yarn{Build,Config}Hook 2024-07-10 09:39:03 +03:00
Anderson Torres
084dc9a4df treewide: remove vrthra from meta.maintainers [no orphans]
Tracking issue: https://github.com/NixOS/nixpkgs/issues/290642

Inactive since at least 2017.
2024-07-07 12:18:57 -03:00
Vivian
3d8b814a13 maintainers: remove nullx76 2024-07-05 22:24:03 +02:00
Shawn8901
9e08d3e197 victoriametrics: add shawn8901 as maintainer 2024-06-23 20:40:41 +02:00
Shawn8901
728715dbc1 vmagent: build from victoriametrics package 2024-06-23 20:40:41 +02:00
Shawn8901
d68244cf1f victoriametrics: add support to enable/disable subpackages 2024-06-23 20:40:41 +02:00
R. Ryantm
9971bbfc87 violet: 0.4.6 -> 0.5.0 2024-06-20 08:59:30 +00:00