Commit Graph

61 Commits

Author SHA1 Message Date
Weijia Wang
8ccf358186 optifine: 1.21.4_HD_U_J3 -> 1.21.11_HD_U_J9 (#483045) 2026-08-15 16:11:09 +00:00
Michael Daniels
2bb3216d1c maintainers/scripts/update.nix: allow true for boolean args along w/ "true"
I intend to add a deprecation warning when a string is provided once I've
updated some downstream users.
2026-06-07 15:53:01 -04:00
R. Ryantm
9f665b02d1 optifine: 1.21.4_HD_U_J3 -> 1.21.11_HD_U_J9 2026-02-06 09:06:32 +00:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Aliaksandr
03bb7d8195 all-packages: do not export lib functions from pkgs 2025-10-30 22:38:49 +02:00
Tomodachi94
a4dd7db0dc treewide(java-users): clean callPackage overrides, by-name some
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
2025-09-25 03:46:35 +00:00
R. Ryantm
a0a3de4158 mcaselector: 2.5.2 -> 2.5.3 2025-06-18 01:44:49 +00:00
R. Ryantm
f5125c0c10 mcaselector: 2.5.1 -> 2.5.2 2025-04-14 22:17:36 +00:00
Sefa Eyeoglu
f5ef9071f1 mcaselector: 2.5 -> 2.5.1
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-03-25 19:01:05 +01:00
R. Ryantm
5277ba6628 mcaselector: 2.4.2 -> 2.5 2025-03-25 01:35:14 +00:00
R. Ryantm
ce9d93ccba optifine: 1.21.3_HD_U_J2 -> 1.21.4_HD_U_J3 2025-02-19 04:18:49 +00:00
Weijia Wang
855bb7e2f8 optifine: 1.21.1_HD_U_J1 -> 1.21.3_HD_U_J2 (#363862) 2024-12-18 22:01:58 +01:00
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
R. Ryantm
21a0a5a406 optifine: 1.21.1_HD_U_J1 -> 1.21.3_HD_U_J2 2024-12-10 09:45:57 +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
Weijia Wang
40a5bbd434 optifine: 1.20.4_HD_U_I7 -> 1.21.1_HD_U_J1 (#344633) 2024-11-02 18:29:23 +01:00
R. Ryantm
cb6e241bb8 mcaselector: 2.4.1 -> 2.4.2 2024-10-24 04:12:28 +00:00
R. Ryantm
3548716263 optifine: 1.20.4_HD_U_I7 -> 1.21.1_HD_U_J1 2024-09-26 12:02:03 +00:00
éclairevoyant
71e728d3b8 maintainers: remove ivar 2024-06-29 03:09:10 -04:00
Aleksana
603a256259 Merge pull request #320069 from MathiasSven/mcaselector-fix
mcaselector: move makeWrapper to preFixup
2024-06-18 23:17:42 +08:00
Mathias Sven
e2d1f0aee6 mcaselector: move makeWrapper to preFixup
Allows gappsWrapperArgsHook to run to populate gappsWrapperArgs
2024-06-15 18:43:31 +01:00
R. Ryantm
6511d8b80d mcaselector: 2.4 -> 2.4.1 2024-06-14 02:33:01 +00:00
Nikita Pedorich
604ff7b6e7 packwiz: unstable-2023-08-28 -> 0-unstable-2024-05-27
- Add updateScript
2024-06-11 23:07:26 +09: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
Weijia Wang
c8cac6c0cc Merge pull request #307627 from r-ryantm/auto-update/fabric-installer
fabric-installer: 1.0.0 -> 1.0.1
2024-05-04 18:37:56 +02:00
R. Ryantm
0e7581ae3b fabric-installer: 1.0.0 -> 1.0.1 2024-04-29 04:30:20 +00: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
Leix b
f965023df8 mcaselector: add missing wrapGAppsHook (#280536)
* mcaselector: add wrapGAppsHook

* mcaselector: don't wrap executable twice

* mcaselector: correctly escape bash variable

---------

Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
2024-04-24 22:17:07 +08:00
R. Ryantm
54570becb5 mcaselector: 2.3 -> 2.4 2024-04-24 01:21:46 +00:00
R. Ryantm
e2c5d4d11c optifine: 1.20.1_HD_U_I6 -> 1.20.4_HD_U_I7 2024-03-20 19:52:54 +00:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
R. Ryantm
a0d718692a mcaselector: 2.2.2 -> 2.3 2024-01-28 22:07:22 +00:00
Weijia Wang
7436841762 Merge pull request #277075 from r-ryantm/auto-update/optifine
optifine: 1.20.1_HD_U_I5 -> 1.20.1_HD_U_I6
2024-01-03 19:38:07 +01:00
R. Ryantm
9acac33da5 fabric-installer: 0.11.2 -> 1.0.0 2024-01-03 06:05:24 +00:00
R. Ryantm
0d02683fc7 optifine: 1.20.1_HD_U_I5 -> 1.20.1_HD_U_I6 2023-12-27 10:10:41 +00:00
R. Ryantm
98f3dbb7d7 optifine: 1.19.2_HD_U_H9 -> 1.20.1_HD_U_I5 2023-10-12 06:47:55 +00:00
Mario Rodas
3be91db1b1 Merge pull request #253942 from aaronjheng/minecraft-server-hibernation
minecraft-server-hibernation: 2.4.10 -> 2.5.0
2023-09-23 08:55:20 -05:00
Weijia Wang
9e3c413e88 Merge pull request #255181 from Anomalocaridid/packwiz
packwiz: unstable-2023-02-13 -> unstable-2023-08-28
2023-09-15 10:38:24 +02:00
Anomalocaridid
544053a21e packwiz: unstable-2023-02-13 -> unstable-2023-08-28 2023-09-14 16:36:34 -04:00
Aaron Jheng
dd5771c0f4 minecraft-server-hibernation: 2.4.10 -> 2.5.0 2023-09-14 22:11:28 +08:00
Fabián Heredia Montiel
ff323ed355 treewide: vendorSha256 → vendorHash
via: `find pkgs/ -type f -exec sed -i 's/vendorSha256 = "sha256/vendorHash = "sha256/' {};`
2023-09-13 01:03:44 -06:00
Sefa Eyeoglu
8c2717b701 mcaselector: init at 2.2.2
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2023-09-02 23:21:02 +02:00
R. Ryantm
bff6d7eb5e fabric-installer: 0.11.1 -> 0.11.2 2023-03-08 09:11:23 +00:00
Sandro
1ad58fd33b Merge pull request #206294 from Infinidoge/bump/packwiz
packwiz: unstable-2022-10-29 -> unstable-2023-02-13
2023-02-21 09:40:32 +01:00
Infinidoge
7cd1e93a0b packwiz: unstable-2022-10-29 -> unstable-2023-02-13 2023-02-21 00:54:37 -05:00
Jeffrey Harmon
0f362f6cc0 minecraft-server-hibernation: init at 2.4.10 2022-12-04 14:14:54 -05:00
Infinidoge
b8d78c7760 packwiz: unstable-2022-09-25 -> unstable-2022-10-29 2022-10-29 15:39:35 -04:00
usertam
6de2d274fb optifinePackages: update versions, refactor version generation
optifinePackages.optifine-latest: 1.18.1_HD_U_H4 -> 1.19.2_HD_U_H9

optifinePackages.optifine_1_19_2: init at 1.19.2_HD_U_H9
optifinePackages.optifine_1_19_1: init at 1.19.1_HD_U_H9
optifinePackages.optifine_1_19: init at 1.19_HD_U_H9

optifinePackages.optifine_1_18_2: init at 1.18.2_HD_U_H7
optifinePackages.optifine_1_18_1: 1.18.1_HD_U_H4 -> 1.18.1_HD_U_H6
optifinePackages.optifine_1_18: init at 1.18_HD_U_H3

optifinePackages.optifine_1_16_4: init at 1.16.4_HD_U_G7
optifinePackages.optifine_1_16_3: init at 1.16.3_HD_U_G5
optifinePackages.optifine_1_16_2: init at 1.16.2_HD_U_G5
optifinePackages.optifine_1_16_1: init at 1.16.1_HD_U_G2

optifinePackages.optifine_1_15_2: 1.16.5_HD_U_G8 -> 1.15.2_HD_U_G6

optifinePackages.optifine_1_14_3: init at 1.14.3_HD_U_F2
optifinePackages.optifine_1_14_2: init at 1.14.2_HD_U_F1

optifinePackages.optifine_1_13_1: init at 1.13.1_HD_U_E4
optifinePackages.optifine_1_13: init at 1.13_HD_U_E4

optifinePackages.optifine_1_12_1: init at 1.12.1_HD_U_G5
optifinePackages.optifine_1_12: init at 1.12_HD_U_G5

optifinePackages.optifine_1_11: init at 1.11_HD_U_G5

optifinePackages.optifine_1_10_2: init at 1.10.2_HD_U_I5

optifinePackages.optifine_1_9_2: init at 1.9.2_HD_U_E3
optifinePackages.optifine_1_9_0: init at 1.9.0_HD_U_I5

optifinePackages.optifine_1_8_8: init at 1.8.8_HD_U_I7
optifinePackages.optifine_1_8_0: init at 1.8.0_HD_U_I7

optifinePackages.optifine_1_7_2: init at 1.7.2_HD_U_F7
2022-09-21 15:05:20 +08:00
R. Ryantm
3d3a9748ce fabric-installer: 0.11.0 -> 0.11.1 2022-08-31 06:53:01 +00:00
Infinidoge
f8c5cfaf38 packwiz: unstable-2022-06-08 -> unstable-2022-08-25 2022-08-25 22:17:27 -04:00