Commit Graph

39 Commits

Author SHA1 Message Date
quantenzitrone
fff95cd395 e1s: refactor
this shouldn't create any rebuilds
2026-02-07 09:48:35 +01:00
quantenzitrone
43cdce2c39 various: rename references from libXrandr to libxrandr
this shouldn't create any rebuilds
2026-02-06 00:29:06 +01:00
quantenzitrone
5e4a1bdd9c various: rename references from libXinerama to libxinerama
this shouldn't create any rebuilds
2026-02-06 00:25:42 +01:00
quantenzitrone
3c289c8179 various: rename references from libXft to libxft
this shouldn't create any rebuilds
2026-02-06 00:25:41 +01:00
quantenzitrone
543572a942 various: rename references from libXfixes to libxfixes
this shouldn't create any rebuilds
2026-02-06 00:25:40 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
e733896f5a various: rename references from libXdamage to libxdamage
this shouldn't create any rebuilds
2026-02-06 00:24:46 +01:00
quantenzitrone
a8971fc387 various: rename references from libXcomposite to libxcomposite
this shouldn't create any rebuilds
2026-02-06 00:24:45 +01:00
quantenzitrone
03c297aea5 libSM: rename references and deprecate alias
this shouldn't create any rebuilds
2026-02-04 22:59:02 +01:00
quantenzitrone
6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm
0bd409a3c2 e1s: 1.0.52 -> 1.0.53 2026-01-20 14:52:22 +00:00
SkohTV
ae81ddfa5f e17gtk: drop 2026-01-15 22:38:43 -05: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
R. Ryantm
eb3cd22177 e1s: 1.0.51 -> 1.0.52 2025-12-03 05:59:49 +00:00
R. Ryantm
6e22efdd95 e1s: 1.0.50 -> 1.0.51 2025-10-18 14:28:26 +00:00
R. Ryantm
a86058914c e1s: 1.0.49 -> 1.0.50 2025-08-20 14:36:42 +00:00
R. Ryantm
cc4935fd3e e16: 1.0.30 -> 1.0.31 2025-08-17 03:27:59 +00:00
Ben Siraphob
04b0a4711b treewide: standardize descriptions according to style guide (#430180) 2025-08-11 07:32:59 +00:00
R. Ryantm
56c1628001 e1s: 1.0.48 -> 1.0.49 2025-06-18 02:27:53 +00:00
liberodark
c6729488de treewide: remove with lib Part 4 2025-06-07 00:48:50 +02:00
R. Ryantm
c689a968ae e1s: 1.0.47 -> 1.0.48 2025-05-28 01:19:00 +00:00
R. Ryantm
24cc461b66 e1s: 1.0.46 -> 1.0.47 2025-05-11 14:12:58 +00:00
Karolis Stasaitis
a82e2fc718 e1s: add carlossless to maintainers 2025-05-05 05:04:22 +02:00
R. Ryantm
58f719cc83 e1s: 1.0.45 -> 1.0.46 2025-04-13 14:11:34 +00:00
R. Ryantm
7b6f2eee11 e1s: 1.0.44 -> 1.0.45 2025-02-23 01:07:40 +00:00
Peder Bergebakken Sundt
0cd04d3036 treewide: migrate fetchgit rev = "refs/tags/..." to tag 2025-01-04 00:19:17 +01:00
R. Ryantm
f903252071 e1s: 1.0.43 -> 1.0.44 2024-12-29 11:53:32 +00:00
R. Ryantm
5bc62b298e e1s: 1.0.42 -> 1.0.43 2024-12-18 03:10:50 +00: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
cff454d246 e1s: 1.0.41 -> 1.0.42 2024-11-15 19:49:24 +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
h7x4
594866cff8 e1s: fix changelog url 2024-10-06 04:17:38 +02:00
R. Ryantm
1abe16b74d e1s: 1.0.39 -> 1.0.41 2024-10-05 18:35:34 +00:00
R. Ryantm
5614147535 e1s: 1.0.38 -> 1.0.39 2024-09-16 13:35:51 +00:00
Sigmanificient
512e8afdb9 treewide: remove unused occurence of stdenv (and other) arguments
format (will squash)
2024-07-14 04:32:56 +02:00
R. Ryantm
cc7001149d e1s: 1.0.37 -> 1.0.38 2024-06-18 01:32:08 +00:00
R. Ryantm
033515f1ad e1s: 1.0.36 -> 1.0.37 2024-06-03 00:18:20 +00:00
R. Ryantm
052d17f796 e1s: 1.0.34 -> 1.0.36 2024-05-28 05:12:51 +00:00
zelkourban
bd191d0748 e1s: init at 1.0.34
e1s: refactor

Remove unused comment

e1s: refactor

Using rec is discouraged, you can learn more here: https://nix.dev/guides/best-practices#recursive-attribute-set-rec

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>

e1s: refactor

make sure we're getting the tag and not the branch

Co-authored-by: DontEatOreo <57304299+DontEatOreo@users.noreply.github.com>

e1s: refactor

fix eval

Co-authored-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
2024-05-12 18:08:00 +02:00