Commit Graph

17 Commits

Author SHA1 Message Date
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
Peder Bergebakken Sundt
a20d59ef6e
Merge pull request #235050 from GenericNerdyUsername/flat-remix-no-fixup
flat-remix-icon-theme: disable fixup to improve build time
2024-06-01 00:01:17 +02:00
daru
98021dcbb8 flat-remix-icon-theme: 20220525 -> 20240201 2024-05-20 16:15:56 +02:00
GenericNerdyUsername
46d3fff34d
flat-remix-icon-theme: disable fixup to improve build time 2023-09-15 20:18:10 +01:00
Bobby Rong
8135380d16
Merge pull request #179087 from r-ryantm/auto-update/flat-remix-icon-theme
flat-remix-icon-theme: 20220304 -> 20220525
2022-07-02 19:41:27 +08:00
ajs124
9966a132db maintainers: remove mschneider
no github account
2022-06-29 00:52:14 +02:00
R. Ryantm
e2633217af flat-remix-icon-theme: 20220304 -> 20220525 2022-06-25 20:42:54 +00:00
06kellyjac
8ea5ce15bd flat-remix-icon-theme: 20211106 -> 20220304 2022-03-23 11:47:55 +00:00
Adson Cicilioti
552f9ca765 flat-remix-icon-theme: 20200710 -> 20211106 2021-12-02 01:24:12 -03:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
José Romildo Malaquias
2ee2137879 flat-remix-icon-theme: 20200116 -> 20200710 2020-10-01 14:53:42 -03:00
José Romildo Malaquias
58362a4b1b flat-remix-icon-theme: add missing parent icon themes 2020-04-19 21:29:32 -03:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Markus Schneider
5dfb3c81a1 flat-remix-icon-theme: 20191122 -> 20200116 2020-04-03 08:59:10 +02:00
R. RyanTM
4e6bc8972a flat-remix-icon-theme: 20191018 -> 20191122 2020-02-08 05:22:08 +00:00
Markus Schneider
4ee137ed86 flat-remix-icon-theme: init at 20191018
(#57659)
2019-11-27 19:36:42 +01:00