Commit Graph

221 Commits

Author SHA1 Message Date
Gaétan Lepage
5ba00a1f2b
invidious: format, clean derivation (#356256) 2024-11-17 12:30:42 +01:00
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
Nick Cao
4073e3e850
inter-nerdfont: 4.0 -> 4.1 (#356335) 2024-11-16 09:44:41 -05:00
R. Ryantm
39886f4370 inter: 4.0 -> 4.1 2024-11-16 02:56:57 +00:00
R. Ryantm
d891834397 inter-nerdfont: 4.0 -> 4.1 2024-11-16 02:53:03 +00:00
Nick Cao
668499ad32
infrastructure-agent: 1.57.2 -> 1.58.0 (#355677) 2024-11-15 09:07:04 -05:00
Nick Cao
d8ae5fef67
intentrace: 0.2.4 -> 0.2.5 (#355701) 2024-11-15 09:06:28 -05:00
Gaetan Lepage
6e266cd416 invidious: clean derivation 2024-11-15 09:58:55 +01:00
Gaetan Lepage
33021e5d33 invidious: format 2024-11-15 09:45:50 +01:00
seth
9ae02ff8a8
treewide: adopt new cargo-tauri versions 2024-11-14 02:27:32 -05:00
Emily
6531d2e2b4
treewide: add missing sourceProvenance (#354383) 2024-11-14 00:21:28 +00:00
R. Ryantm
8972def90a intentrace: 0.2.4 -> 0.2.5 2024-11-13 16:36:55 +00:00
R. Ryantm
b2c9422d5c infrastructure-agent: 1.57.2 -> 1.58.0 2024-11-13 14:12:36 +00:00
Gaétan Lepage
17767a5a05
invidious: move to by-name (#355086) 2024-11-13 12:46:06 +01:00
Aleksana
fa06fc6088
intentrace: init at 0.2.4 (#354843) 2024-11-13 18:03:14 +08:00
Gaetan Lepage
3a5902323e invidious: move to by-name 2024-11-12 22:34:21 +01:00
cloudripper
48d9ef212d intentrace: init at 0.2.4 2024-11-12 07:30:39 -08:00
Reno Dakota
1f481ed5c7
treewide: add missing sourceProvenance
add binaryNativeCode to sourceProvenance
2024-11-12 06:14:40 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Malo Bourgon
2513f70436 inshellisense: 0.0.1-rc.16 -> 0.0.1-rc.18
Diff: https://github.com/microsoft/inshellisense/compare/refs/tags/0.0.1-rc.16...0.0.1-rc.18
2024-11-07 11:58:00 -08:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
R. RyanTM
41179d8715
intel-vaapi-driver: 2.4.1-unstable-2024-10-27 -> 2.4.1-unstable-2024-10-29 (#354221) 2024-11-07 15:42:42 +01:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
David Sánchez
d353f6161f
infrastructure-agent: init at 1.57.2
fix: lowercase maintainer name

style: reduce `with` scope usage

Update pkgs/by-name/in/infrastructure-agent/package.nix

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>

Update pkgs/by-name/in/infrastructure-agent/package.nix

Co-authored-by: Arne Keller <2012gdwu+github@posteo.de>
2024-11-05 18:11:22 +00:00
Zhong Jianxin
00269b87c3 intel-vaapi-driver: Add passthru.updateScript 2024-10-27 21:19:21 +08:00
Zhong Jianxin
410f5d583e intel-vaapi-driver: 2.4.1 -> 2.4.1-unstable-2024-10-27
Fix hwdec with libva 2.22, see https://github.com/intel/intel-vaapi-driver/pull/566

It seems upstream will [no longer create new releases][1], use unstable
version for now.

[1]: https://github.com/intel/intel-vaapi-driver/pull/569
2024-10-27 21:08:14 +08:00
Zhong Jianxin
b657bae709 intel-vaapi-driver: Move to pkgs/by-name 2024-10-27 21:01:32 +08:00
Artturin
faef69434e
intiface-central: 2.6.0 -> 2.6.4 (#351191) 2024-10-27 05:59:09 +02:00
Aleksana
ea20054fd6
ineffassign: fix build (#350398) 2024-10-27 11:50:06 +08:00
Tristan Ross
9c3c35d26b
buildFlutterApplication: prevent conflicting app directories (#345404) 2024-10-25 13:18:20 -07:00
Tristan Ross
734f9c7059
intiface-central: use $pname for app dir 2024-10-25 10:17:12 -07:00
⛧-440729 [sophie]
89f7e425cc
intiface-central: 2.6.0 -> 2.6.4 2024-10-25 16:45:04 +02:00
Franco Cortesi
765f9b75b9 inv-sig-helper: 0-unstable-2024-08-17 -> 0-unstable-2024-09-24 2024-10-24 13:34:45 -03:00
wxt
65ed427ce9 ineffassign: add passthru.updateScript; unstable-2021-09-04 -> 0.1.0 2024-10-22 18:02:42 +08:00
wxt
e8aa0985c1 ineffassign: add bot-wxt1221 as maintainers 2024-10-22 11:58:08 +08:00
wxt
68b21a7c3b ineffassign: nixfmt 2024-10-22 11:29:38 +08:00
wxt
1f39a95faf ineffassign: move to by-name 2024-10-22 11:29:27 +08:00
Pol Dellaiera
47dd18486f
inspector: init at 0.2.0 (#349656) 2024-10-21 23:00:11 +02:00
mksafavi
b01da391b7 inspector: init at 0.2.0 2024-10-21 16:24:51 +03:30
Robert Helgesson
c858402c2a libcpr: 1.10.5 -> 1.11.0
Also introduce `libcpr_1_10_5` for use by influxdb-cxx, which is
incompatible with the new version. The 1.10.5 is to be removed when
influxdb-cxx is updated.

Finally migrate package to `by-name`.
2024-10-18 08:41:56 +02:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
h7x4
39b71cdb68
intelli-shell: init at 0.2.7 (#289430) 2024-10-06 03:38:12 +02:00
Peder Bergebakken Sundt
ed3a6c9bec
intel-undervolt: init at 1.7 (#343348) 2024-10-05 23:17:58 +02:00
h7x4
1008d5b885
{staruml, figma-linux, infracost, obsidian, scaleway-cli, netbeans}: migrate to by-name (#332171) 2024-10-05 21:36:16 +02:00
Adam C. Stephens
059b6fb1ca
incus: 6.5.0 -> 6.6.0 (#346210) 2024-10-04 10:48:50 -04:00
Bruno Bigras
6279ff95ed incus: 6.5.0 -> 6.6.0 2024-10-03 12:50:14 -04:00
Benedikt Peetz
94c6a192b6
invidious-router: add updateScript 2024-10-02 07:34:02 +02:00
Benedikt Peetz
5cafb0d3d9
invidious-router: 1.1 -> 1.2 2024-10-02 07:33:16 +02:00
Benedikt Peetz
9e050daa93
invidious-router: format with nixfmt-rfc-style 2024-10-02 07:32:49 +02:00
kashw2
66ae511fb5 infracost: moved to by-name 2024-09-27 12:51:21 +10:00