Commit Graph

13 Commits

Author SHA1 Message Date
2kybe3
fb0d1a7cd3 treewide: follow some GitHub redirects for fetchFromGitHub 2026-06-30 22:37:21 +02:00
Eman Resu
c4e70c2a59 various: remove nested lists in build inputs 2026-05-16 22:39:19 -04:00
Marcin Serwin
5e75181628 maintainers: drop dit7ya
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-15 20:24:01 +02:00
Aliaksandr
34bb7725d3 cdxgen: migrate from fetcherVersion = 2 to fetcherVersion = 3 2026-05-05 17:11:23 +03:00
Stanisław Pitucha
12a6b36261 cdxgen: remove unnecessasry xcbuild 2026-03-24 20:50:54 +11:00
Sefa Eyeoglu
65b04e5fb8 treewide: migrate to fetchPnpmDeps and pnpmConfigHook
This moves all packages to the new top-level attributes introduced
previously.

This doesn't cause any rebuilds.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-12-18 12:24:09 +01: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
Thomas Gerbet
66b13829ca cdxgen: 11.0.3 -> 11.10.0
Changes:
https://github.com/CycloneDX/cdxgen/releases/tag/v11.10.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.9.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.8.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.7.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.6.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.5.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.4.4
https://github.com/CycloneDX/cdxgen/releases/tag/v11.4.3
https://github.com/CycloneDX/cdxgen/releases/tag/v11.4.2
https://github.com/CycloneDX/cdxgen/releases/tag/v11.4.1
https://github.com/CycloneDX/cdxgen/releases/tag/v11.4.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.3.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.2.0
https://github.com/CycloneDX/cdxgen/releases/tag/v11.1.0
2025-10-27 13:51:37 +01:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
Sefa Eyeoglu
a8c9a2aa3e treewide: adjust pnpm.fetchDeps parameter order
It is more common to specify hash as the last attribute of fetcher
function args. Let's move fetcherVersion right above hash for all
occurrences.

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2025-07-15 15:09:16 +02:00
Gutyina Gergő
09a31a6397 treewide: set pnpm.fetchDeps fetcherVersion to 1 2025-07-14 11:51:34 +02:00
QuincePie
8e21c350c9 cdxgen: 10.10.4 -> 11.0.3 2024-11-29 00:40:06 -06: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