Commit Graph

120 Commits

Author SHA1 Message Date
Gutyina Gergő
708febeaf6
lua-language-server: 3.12.0 -> 3.13.0 2024-11-13 07:57:00 +01:00
Gaetan Lepage
da2a5d47fd lua-language-server: clean 2024-11-10 22:27:14 +01:00
Gaetan Lepage
7a8b3c91eb lua-language-server: move to by-name 2024-11-10 22:27:01 +01:00
Matthieu Coudron
a31f2a7b37
pluginupdate.py: fix bugs and add improvements; vimPlugins: sort properly (#353786) 2024-11-09 15:17:49 +01: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
Austin Horstman
35fba06147
lunatask: 2.0.11 -> 2.0.12 (#353792) 2024-11-08 22:10:36 -06:00
PerchunPak
8b503ec432
pluginupdate.py: reformat with ruff
Ruff - an extremely fast Python linter and code formatter, written in Rust.
2024-11-09 00:20:38 +01:00
Malte Janz
a431e9d6b9
ludtwig: 0.8.3 -> 0.9.0 2024-11-08 15:42:52 +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
zi3m5f
82cfe011c4
lunatask: adopt
https://github.com/NixOS/nixpkgs/pull/353792#issuecomment-2456863125
2024-11-05 12:04:05 +01:00
zi3m5f
674769e679
lunatask: small improvements 2024-11-05 11:47:23 +01:00
zi3m5f
95e929663d
lunatask: 2.0.11 -> 2.0.12 2024-11-05 11:47:23 +01:00
zi3m5f
9de71c61f5
lunatask: move to pkgs/by-name 2024-11-05 11:45:48 +01:00
nat
31d5e14814
lunar-client: 3.2.24 -> 3.2.26 2024-11-03 17:57:01 +01:00
Aleksana
e3976fce2f
luminous-ttv: init at 0.5.7 (#335481) 2024-10-29 16:05:06 +08:00
R. Ryantm
79578a1727 lunar-client: 3.2.19 -> 3.2.24 2024-10-25 17:55:27 +00:00
Melody
f90769155f
lug-helper: 2.18 -> 3.0.1 (#348191)
update lug-helper: 2.18 -> 3.0.1
2024-10-21 00:03:03 +02:00
K900
359cf4b159 luaformatter: fix substituteAll usage 2024-10-20 18:53:30 +03:00
Anderson Torres
3539d051c1 luakit: hammer
- nixfmt-rfc-style
- finalAttrs
- strictDeps
- no nested with
2024-10-13 12:12:05 -03:00
Anderson Torres
d41f0ad3d8 luakit: migrate to by-name 2024-10-13 12:12:05 -03:00
ozwaldorf
a86c899e31
lutgen: 0.11.1 -> 0.11.2 2024-10-10 00:41:44 -04:00
ozwaldorf
440ab7ee9c
lutgen: 0.11.0 -> 0.11.1 2024-10-10 00:18:23 -04:00
Peder Bergebakken Sundt
68e9e37ba5
luckybackup: migrate to by-name (#344939) 2024-10-03 19:36:47 +02:00
R. Ryantm
b7f2a0aa48 lumafly: 3.2.0.0 -> 3.3.0.0 2024-10-03 03:03:51 +00:00
Austin Horstman
a50c6b51ed
luaformatter: move to by-name 2024-10-01 23:26:56 -05:00
R. Ryantm
5cf0fab579 lunar-client: 3.2.18 -> 3.2.19 2024-10-01 10:50:55 +00:00
redyf
4a5d679627 lunar-client: 3.2.17 -> 3.2.18 2024-09-29 10:13:33 -03:00
Anderson Torres
a689118a3f luckybackup: refactor
- finalAttrs
- split outputs
- strictDeps
- no nested with
2024-09-27 16:50:45 -03:00
Anderson Torres
758ee91317 luckybackup: migrate to by-name 2024-09-27 15:36:42 -03:00
lassulus
4c030cf309
lubelogger: 1.3.7 -> 1.3.8 (#344477) 2024-09-27 16:24:55 +02:00
K900
b964291466
{buildFHSEnvBubblewrap,buildFHSEnvChroot}: add nativeBuildInputs (#344516) 2024-09-26 08:38:07 +03:00
Artturin
4cb379f4d7 treewide: use nativeBuildInputs in appimage builder derivations 2024-09-25 23:01:28 +03:00
Lyndon Sanche
3c12833673
lubelogger: 1.3.7 -> 1.3.8 2024-09-25 10:54:12 -06:00
R. Ryantm
afc1224193 lubelogger: 1.3.6 -> 1.3.7 2024-09-24 04:39:03 +00:00
Matthieu Coudron
57bbd52af5
packages luarocks updater as pyproject package (#343584)
* luarocks-packages-updater: convert into pyproject package

* pluginupdate: move to its own folder

so we can copy just the folder when using this as a module

* luarocks-packages-updater: adress review
2024-09-22 21:15:41 +02:00
Adam C. Stephens
802849aee1
lutgen: 0.10.1 -> 0.11.0 (#340142) 2024-09-07 21:54:51 -04:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
ozwaldorf
9d726f0356
lutgen: 0.10.1 -> 0.11.0 2024-09-06 13:13:00 -04:00
ozwaldorf
feb87d9700
lutgen: add ozwaldorf as maintainer (package owner) 2024-09-04 19:08:13 -04:00
Johannes Jöns
1b59611b91
lunacy: 9.6.2 -> 10.0.1 (#338139) 2024-09-04 20:04:36 +00:00
nat
cba3c2834c
lunar-client: 3.2.16 -> 3.2.17 2024-09-01 15:42:57 +02:00
luftmensch-luftmensch
ae38d0c729
lunacy: 9.6.2 -> 10.0.1 2024-08-29 10:56:44 +02:00
R. Ryantm
3048112aaf lubelogger: 1.3.5 -> 1.3.6 2024-08-27 01:21:16 +00:00
Matthieu C.
5f3faeb529 luarocks-packages-updater: move to by-name 2024-08-25 18:12:18 +02:00
nixpkgs-merge-bot[bot]
2046436824
Merge pull request #336471 from r-ryantm/auto-update/lunar-client
lunar-client: 3.2.15 -> 3.2.16
2024-08-24 23:42:00 +00:00
R. Ryantm
ab09170995 lunar-client: 3.2.15 -> 3.2.16 2024-08-22 04:58:52 +00:00
Donovan Glover
977d8786f6
Merge pull request #331526 from LovingMelody/lug-helper
lug-helper: init at 2.18
2024-08-21 17:27:06 +00:00
Melody Renata
1a3888a088
lug-helper: init at 2.18 2024-08-21 08:43:32 -04:00
Lyndon Sanche
bf1d326567
lubelogger: Remove samasaur1 from maintainers 2024-08-19 23:29:54 -06:00