Commit Graph

21 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
R. Ryantm
54f9beddbf i3bar-river: 1.0.1 -> 1.1.0 2024-11-25 11:03:41 +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
R. Ryantm
7cab508b14 i3bar-river: 1.0.0 -> 1.0.1 2024-10-08 02:13:43 +00:00
Gabriel Nützi
316b35d73d
i3-back: init at 0.3.2 (#346484)
* i3-back: init at 0.3.2

Add i3-back, a i3/Sway utility to go back to the last focused window.
Link: https://github.com/Cretezy/i3-back

* Update pkgs/by-name/i3/i3-back/package.nix

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-10-05 18:22:24 +02:00
R. Ryantm
6a3cf885c0 i3bar-river: 0.1.10 -> 1.0.0 2024-09-19 05:24:14 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
R. Ryantm
d4f863342f i3bar-river: 0.1.9 -> 0.1.10 2024-09-08 01:02:24 +00:00
lucasew
ef1a647f32 i3pystatus: applying fixes from reviews
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-16 11:43:55 -03:00
lucasew
fce975cf98 i3pystatus: nixfmt-rfc-style
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-15 14:52:27 -03:00
lucasew
4613bc2e2a i3pystatus: fix tests
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-15 14:45:11 -03:00
lucasew
c8c9033b06 i3pystatus: unstable-2020-06-12 -> 3.35-unstable-2024-06-13
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-15 14:14:39 -03:00
lucasew
60e8be0f59 i3pystatus: move to by-name
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-07-15 14:09:16 -03: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
R. Ryantm
806ced0d67 i3bar-river: 0.1.8 -> 0.1.9 2024-05-14 13:58:39 +00:00
R. Ryantm
aff8d11104 i3bar-river: 0.1.7 -> 0.1.8 2024-05-07 01:05:05 +00:00
R. Ryantm
45db777023 i3bar-river: 0.1.6 -> 0.1.7 2024-04-23 18:15:46 +00:00
Quantenzitrone
2165e00913 i3-open-next-ws: init at 0.1.5 2023-12-14 02:10:58 +01:00
R. Ryantm
12434ff3fb i3bar-river: 0.1.5 -> 0.1.6 2023-12-08 22:42:33 +00:00
R. Ryantm
d098a55492 i3bar-river: 0.1.3 -> 0.1.5 2023-11-13 06:33:58 +00:00
Kermina Awad
f84c8cce4d i3bar-river: init at 0.1.3 2023-09-22 16:45:57 -04:00