Commit Graph

35 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
Samuel Hierholzer (Adfinis AG)
f4a92cf0be
oils-for-unix: 0.23.0 -> 0.24.0 2024-11-11 15:42:25 +01: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
b43baf6f3b oidc-agent: 5.2.2 -> 5.2.3 2024-10-29 09:02:07 +00:00
Samuel Hierholzer (Adfinis AG)
2202e9bc06
oils-for-unix: 0.22.0 -> 0.23.0 2024-10-22 13:32:16 +02:00
Samuel Hierholzer (Adfinis AG)
b8c539e68f
oil: replace with oils-for-unix 2024-10-22 13:32:04 +02:00
Philip White
3bc8c4ab7c
oink: 1.3.0 -> 1.3.1 2024-10-12 23:02:03 -07:00
Fabián Heredia Montiel
ccec93c1c7 treewide: replace webkitgtk to webkitgtk_4_0
sed -i 's/ webkitgtk\b/ webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/(webkitgtk\b/(webkitgtk_4_0/g' pkgs/**.nix
sed -i 's/\.webkitgtk\b/.webkitgtk_4_0/g' pkgs/**.nix

webkitgtk is currently pointing to that specific ABI version but the
alias is going to start warning
2024-10-11 17:23:43 -06:00
R. Ryantm
4100f0190b oidc-agent: 5.2.1 -> 5.2.2 2024-09-26 09:25:21 +00:00
lassulus
574d4f7f76
oidc-agent: reformat code, fix wrong man page location (#339707) 2024-09-20 10:42:34 +02:00
Nick Cao
3090ffb22c
oink: 1.2.1 -> 1.3.0 (#341862) 2024-09-15 08:53:21 -04: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
2879f4895e oink: 1.2.1 -> 1.3.0 2024-09-14 15:23:49 +00:00
xinyangli
57737e22bd
oidc-agent: reformat code, fix wrong man page location 2024-09-05 12:13:46 +08:00
R. Ryantm
31e68de81d oidc-agent: 5.2.0 -> 5.2.1 2024-09-04 15:55:16 +00:00
R. Ryantm
fd2c60815d oink: 1.2.0 -> 1.2.1 2024-09-03 01:39:53 +00:00
R. Ryantm
426bd1df08 oidc-agent: 5.1.0 -> 5.2.0 2024-08-29 08:02:22 +00:00
xinyangli
fbe054e363
oidc-agent: init at 5.1.0
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-07-16 20:03:20 +08:00
illfygli
ead3b767e1
maintainers: remove alva (#322371)
* remove myself from maintainer-list.nix

* remove myself from oils-for-unix package

* remove myself from oil package
2024-06-25 16:00:55 +02:00
Maciej Krüger
02b4430d82
Merge pull request #319274 from Melkor333/oils-for-unix-0220
oils-for-unix: 0.21.0 -> 0.22.0
2024-06-25 11:44:44 +02:00
R. Ryantm
b213cbca6b oink: 1.1.1 -> 1.2.0 2024-06-23 04:19:40 +00:00
Linus Heckemann
e5adf0b547 maintainers: drop lheckemann 2024-06-21 15:54:54 +02:00
Samuel Hierholzer (Adfinis AG)
b461eef2ed
oils-for-unix: 0.21.0 -> 0.22.0 2024-06-12 10:26:06 +02: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
Alexis Hildebrandt
bf995e3641 treewide: Remove ending period from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/'
2024-06-09 23:04:51 +02:00
Eli
c8052a3143
oils-for-unix: reenable binary stripping
It seems that pkg.oils-for-unix was just copied from pkg.oil,
so it didn't reenable stripping the binary.
As the comment says, the old oil.ovm file had an appended zip file.
The new C++ interpreter doesn't, so this should be safe.
2024-06-03 15:57:29 -05:00
R. Ryantm
6cf8177e91 oil: 0.21.0 -> 0.22.0 2024-06-02 02:42:51 +00:00
Jeremy Baxter
dd846b37bc oink: init at 1.1.1 2024-05-23 09:35:22 +12:00
Maciej Krüger
bc206a940b
oil{,s-for-unix}: 0.20.0 -> 0.21.0 2024-03-14 13:15:09 +01:00
Maciej Krüger
1868ae718c
oil{,s-for-unix}: add melkor333 as maintainer 2024-03-14 13:15:08 +01:00
Maciej Krüger
acf8d16044
oil-python: rename to oil as upstream requested 2024-03-14 13:15:07 +01:00
Maciej Krüger
cbd126701b
oil: rename to oils-for-unix as upstream requested 2024-03-14 13:15:07 +01:00
Maciej Krüger
d339fffc7d
oil: add myself as maintainer 2024-02-08 10:19:10 +01:00
Maciej Krüger
c627c0f561
oil: init at 0.20.0
This is the new C++ version

Co-authored-by: Szymon Scholz <raspher@protonmail.com>
2024-02-08 10:19:08 +01:00
Maciej Krüger
fb988d2f7a
oil: rename to oil-python 2024-02-08 10:18:34 +01:00