Commit Graph

20 Commits

Author SHA1 Message Date
R. Ryantm
0b41263c03 uefitool: A73 -> A75 2026-07-12 13:21:16 +00:00
Maciej Zonski
5fd29c8051 uefitool: a72 -> a73
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2026-03-24 19:01:17 +01:00
R. Ryantm
da9003100a uefitool: A71 -> A72 2025-06-16 08:20:48 +00:00
Peder Bergebakken Sundt
97262ee871 treewide: replace stdenv.is with stdenv.hostPlatform.is 2025-06-04 19:01:03 +02:00
Joel Höner
c570df851d uefitoolPackages.new-engine: A62 -> A71
This commit upgrades uefiToolPackages.new-engine to the latest version
as of writing. Version A68 is now using Qt6 and no longer comes with
a custom build script, so the build logic compared to the old-engine
variant has become sufficiently divergent that I decided that it would
be easier to split them into two entirely different derivations.

Additionally, I:

- added myself as a maintainer
- added a patch that allows the new-engine variant to build on Darwin
- correctly set `mainProgram` in the old-engine variant
2025-05-02 17:55:25 +02:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Sigmanificient
91d5ab3ae4 treewide: remove unused rec expressions 2025-03-14 05:15:05 +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
Jörg Thalheim
5356420466 treewide: remove unused with statements from maintainer lists
$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \
  -e 's!with lib.maintainers; \[ *\];![ ];!' \
  -e 's!with maintainers; \[ *\];![ ];!'
2024-07-29 10:06:20 +08:00
ajs124
930d4df512 uefitool: remove myself as maintainer 2023-02-06 00:31:57 +01:00
Felix Singer
1c919127c5 uefitool: A61 -> A62
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-10-05 06:00:59 +02:00
Felix Singer
5ed6dd7666 uefitool: A60 -> A61
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2022-09-11 00:43:19 +02:00
Gauvain 'GovanifY' Roussel-Tarbouriech
2b948ee0a4 uefitool.new-engine: A59 -> A60 2022-08-27 21:33:29 +02:00
ajs124
638d1655b7 uefitool.new-engine: A58 -> A59 2021-10-20 01:39:45 +02:00
Sandro
d5bd34ebf2 treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
ajs124
3c95611c2f uefitool.new-engine: A57 -> A58 2020-11-15 02:12:26 +01:00
ajs124
15789d28f7 uefitool.old-engine: 0.27.0 -> 0.28.0 2020-03-25 01:44:37 +01:00
ajs124
0cf2b462d6 uefitool.new-engine: A56 -> A57 2020-03-25 01:44:23 +01:00
ajs124
65a2c708e7 uefitool: init at A56 and 0.27.0
default to new-engine
2020-01-05 19:24:10 +01:00