210 Commits
Author SHA1 Message Date
JoandGitHub 134518cebe treewide: avoid using singleton lists for licenses (#535754) 2026-07-15 18:25:37 +00:00
Eman Resu ff094f60ad treewide: replace more singleton license lists 2026-07-15 14:04:39 -04:00
R. Ryantm 2aa87d6f7c dprint: 0.55.1 -> 0.55.2 2026-07-15 03:32:17 +00:00
R. Ryantm 4f13bde50c dprint: 0.54.0 -> 0.55.1 2026-07-05 14:49:32 +00:00
Yifei Sun 7f81f12bc7 dpdk: add stepbrodb to maintainers 2026-06-28 23:29:52 +02:00
Yifei Sun 4c06c42663 dpdk: 25.07 -> 26.03 2026-06-28 23:29:08 +02:00
R. Ryantm a9e616f996 dprint-plugins.dprint-plugin-biome: 0.12.12 -> 0.13.0 2026-06-13 19:57:34 +00:00
R. Ryantm 65afd408d4 dprint-plugins.dprint-plugin-biome: 0.12.11 -> 0.12.12 2026-06-04 16:58:40 +00:00
R. Ryantm d327bf3ea8 dpp: 10.1.4 -> 10.1.5 2026-05-20 12:32:24 +00:00
R. Ryantm 43be67f4ff dprint-plugins.dprint-plugin-biome: 0.12.10 -> 0.12.11 2026-05-18 01:25:07 +00:00
R. Ryantm 3e5160724e dprint-plugins.dprint-plugin-biome: 0.12.9 -> 0.12.10 2026-05-09 21:02:10 +00:00
R. Ryantm 786e42045d dprint-plugins.dprint-plugin-biome: 0.12.8 -> 0.12.9 2026-05-01 12:08:46 +00:00
R. Ryantm abd0e4abd9 dprint-plugins.dprint-plugin-biome: 0.12.7 -> 0.12.8 2026-04-22 10:14:19 +00:00
R. Ryantm a60e18a6cd dprint-plugins.dprint-plugin-biome: 0.12.6 -> 0.12.7 2026-04-14 04:56:37 +00:00
R. Ryantm b36f6605a4 dprint: 0.53.2 -> 0.54.0 2026-04-10 23:54:24 +00:00
R. Ryantm 9ed09eb20c dprint-plugins.dprint-plugin-biome: 0.12.5 -> 0.12.6 2026-04-06 12:04:14 +00:00
R. Ryantm 019819cc40 dprint: 0.53.0 -> 0.53.2 2026-04-02 22:20:08 +00:00
R. Ryantm 32a65c1b80 dprint-plugins.dprint-plugin-biome: 0.12.4 -> 0.12.5 2026-03-28 17:02:01 +00:00
Pol DellaieraandGitHub b3387f3a8d maintainers: drop khushraj (#502777) 2026-03-24 10:37:36 +00:00
phanirithvij 9be0e0aa52 maintainers: drop khushraj
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-03-24 00:49:18 +05:30
Kenichi Kamiya 5a0620431f dprint: 0.52.1 -> 0.53.0
Release: https://github.com/dprint/dprint/releases/tag/0.53.0

Diff: https://github.com/dprint/dprint/compare/0.52.1...0.53.0
2026-03-23 22:11:41 +09:00
Kenichi Kamiya ade64eea52 dprint: skip non-release tags in updateScript 2026-03-23 22:11:41 +09:00
R. Ryantm c9aa4ffe6c dprint-plugins.dprint-plugin-biome: 0.12.2 -> 0.12.4 2026-03-19 14:54:39 +00:00
nixpkgs-ci[bot]andGitHub 3e22df284a dpkg: 1.23.5 -> 1.23.7 (#499522) 2026-03-16 10:38:18 +00:00
R. Ryantm be91ece632 dprint: 0.52.0 -> 0.52.1 2026-03-16 00:13:17 +00:00
R. Ryantm 642f08557f dpkg: 1.23.5 -> 1.23.7 2026-03-13 09:43:40 +00:00
R. Ryantm b46a5b2214 dprint-plugins.dprint-plugin-biome: 0.12.1 -> 0.12.2 2026-03-11 16:57:16 +00:00
Michael DanielsandGitHub 10cdbc99ef dprint-plugins.dprint-plugin-biome: 0.11.14 -> 0.12.1 (#496231) 2026-03-08 00:30:55 +00:00
nixpkgs-ci[bot]andGitHub 569a372508 dpkg: 1.22.21 -> 1.23.5 (#472050) 2026-03-04 01:43:58 +00:00
R. Ryantm 580b8bd697 dprint-plugins.dprint-plugin-biome: 0.11.14 -> 0.12.1 2026-03-03 14:38:53 +00:00
R. Ryantm b8edd4d07f dprint: 0.51.1 -> 0.52.0 2026-02-27 19:53:07 +00:00
ColinandGitHub 87f76236e6 dpkg: fix musl build (#484833) 2026-02-21 21:57:23 +00:00
Colin 13a1c932a7 dpkg: fix musl build
fixes `nix-build -A pkgsMusl.dpkg` from x86_64-linux builder.

`pkgsCross.x86_64-darwin.stdenv.hostPlatform.libc` et al show
"libSystem" so this new condition should not change darwin behavior.

the condition is derived from upstream, e.g.
- <https://github.com/guillemj/dpkg/blob/1.22.21/src/main/help.c#L93>
- or <https://git.launchpad.net/ubuntu/+source/dpkg/tree/src/main/help.c>
  (currently offline)

`glibc ? !stdenv.hostPlatform.isDarwin` call arg was nonsense
so delete it: `pkgs.glibc` always exists and it would have been
an eval error to actually override it with a bool value.
2026-02-18 22:58:37 +00:00
R. Ryantm 91dc10b05d dprint-plugins.dprint-plugin-biome: 0.11.13 -> 0.11.14 2026-02-15 21:17:34 +00:00
R. Ryantm f2c80ec4cf dprint-plugins.dprint-plugin-biome: 0.11.12 -> 0.11.13 2026-02-08 15:51:35 +00:00
Fernando RodriguesandGitHub a242c54745 various: switch buildPythonApplication packages to use finalAttrs (#487735) 2026-02-07 09:30:09 +00:00
quantenzitrone 18dc8a95fb various: switch buildPythonApplication packages to use finalAttrs
this shouldn't create any rebuilds

the following script was used to generate this:
```fish
#!/usr/bin/env fish

# nix shell .#nixfmt nixpkgs#{nixf-diagnose,ripgrep,sd}

set base (git rev-parse HEAD)

set scope pkgs/by-name
set builder buildPythonApplication

set files (rg --files-with-matches -F "$builder rec {" $scope | sort -u)

for file in $files
    echo $file
    sd -F "$builder rec {" "$builder (finalAttrs: {" $file
    # version
    sd -F 'version}' 'finalAttrs.version}' $file
    sd -F '${version' '${finalAttrs.version' $file
    sd -F '= version' '= finalAttrs.version' $file
    sd -F 'inherit version;' 'inherit (finalAttrs) version;' $file
    sd -F ' + version;' ' + finalAttrs.version;' $file
    sd 'replaceStrings (.*) version' 'replaceStrings $1 finalAttrs.version' $file
    sd -F 'splitVersion version' 'splitVersion finalAttrs.version' $file
    sd -F 'versionAtLeast version' 'versionAtLeast finalAttrs.version' $file
    sd 'versions\.([a-z]+) version' 'versions.$1 finalAttrs.version' $file
    # src
    sd -F 'src}' 'finalAttrs.src}' $file
    sd -F '${src' '${finalAttrs.src' $file
    sd -F '= src' '= finalAttrs.src' $file
    sd -F 'inherit src;' 'inherit (finalAttrs) src;' $file
    sd -F 'inherit (src' 'inherit (finalAttrs.src' $file
    # meta
    sd -F '${meta' '${finalAttrs.meta' $file
    sd -F '= meta' '= finalAttrs.meta' $file
    sd -F 'inherit (meta' 'inherit (finalAttrs.meta' $file
    # pname (restored afterwards)
    sd -F 'pname}' 'finalAttrs.pname}' $file
    sd -F '${pname' '${finalAttrs.pname' $file
    sd -F '= pname' '= finalAttrs.pname' $file
    # combinations
    sd -F 'inherit version src;' 'inherit (finalAttrs) version src;' $file
    sd -F 'inherit src version;' 'inherit (finalAttrs) src version;' $file
    sd -F 'inherit version pname;' 'inherit (finalAttrs) version pname;' $file
    sd -F 'inherit pname version;' 'inherit (finalAttrs) pname version;' $file
    sd -F 'inherit pname src version;' 'inherit (finalAttrs) pname src version;' $file
    sd -F 'inherit pname version src;' 'inherit (finalAttrs) pname version src;' $file
    sd -F 'inherit src pname version;' 'inherit (finalAttrs) src pname version;' $file
    sd -F 'inherit src version pname;' 'inherit (finalAttrs) src version pname;' $file
    sd -F 'inherit version pname src;' 'inherit (finalAttrs) version pname src;' $file
    sd -F 'inherit version src pname;' 'inherit (finalAttrs) version src pname;' $file
    # other
    sd -F 'makeLibraryPath buildInputs' 'makeLibraryPath finalAttrs.buildInputs' $file
    sd -F 'nativeBuildInputs}' 'finalAttrs.nativeBuildInputs}' $file
    sd -F 'buildInputs}' 'finalAttrs.buildInputs}' $file
    sd -F 'propagatedBuildInputs}' 'finalAttrs.propagatedBuildInputs}' $file
    sd -F 'desktopItem}' 'finalAttrs.desktopItem}' $file
    sd -F 'runtimeLibs}' 'finalAttrs.runtimeLibs}' $file
    sd -F 'makePythonPath dependencies' 'makePythonPath finalAttrs.dependencies' $file
    sd -F 'makePythonPath propagatedBuildInputs' 'makePythonPath finalAttrs.propagatedBuildInputs' $file
    sd -F 'libPath}' 'finalAttrs.libPath}' $file
    sd -F 'runtimeDependencies}' 'finalAttrs.runtimeDependencies}' $file
    sd -F 'runtimeDeps}' 'finalAttrs.runtimeDeps}' $file
    sd -F 'nativeRuntimeInputs}' 'finalAttrs.nativeRuntimeInputs}' $file
    sd -F '(!doCheck)' '(!finalAttrs.doCheck)' $file
    sd -F 'optional doCheck' 'optional finalAttrs.doCheck' $file
    sd -F 'optionals doCheck' 'optionals finalAttrs.doCheck' $file
    sd -F '++ runtimeDependencies' '++ finalAttrs.runtimeDependencies' $file
    # close finalAttrs lambda
    echo ')' >>$file
    # catch some errors early
    if ! nixfmt $file
        git restore $file
        continue
    end
    if ! nixf-diagnose -i sema-primop-overridden $file
        git restore $file
        continue
    end
end

set torestore (rg -F .finalAttrs --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end
set torestore (rg -F finalAttrs.pname --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end

# commit for faster eval times
git add pkgs
git commit --no-gpg-sign -m temp
set torestore

for file in $files
    # file hasn't changed
    if git diff --quiet $base $file
        continue
    end
    # try to eval the package to definitely catch all errors
    echo $file
    set pname (string split / $file -f 4)
    if ! nix eval .#$pname
        set torestore $torestore $file
    end
end

# restore files that don't eval
git reset --soft $base
git restore --staged .
if test (count $torestore) -gt 0
    git restore $torestore
end
```

after that some manual cleanup was done:
- restoring files that cause changes in the number of lines
- restoring files that cause rebuilds
- restoring files that cause merge conflicts with staging
2026-02-07 10:06:06 +01:00
quantenzitrone 626f23ce26 various: switch packages to use finalAttrs
this shouldn't create any rebuilds

the following script was used to generate this:
```fish
#!/usr/bin/env fish

# nix shell .#nixfmt nixpkgs#{nixf-diagnose,ripgrep,sd}

set base (git rev-parse HEAD)

set scope pkgs/by-name

set files (rg --files-with-matches -F 'stdenv.mkDerivation rec {' $scope | sort -u)

for file in $files
    echo $file
    sd -F 'stdenv.mkDerivation rec {' 'stdenv.mkDerivation (finalAttrs: {' $file
    # version
    sd -F 'version}' 'finalAttrs.version}' $file
    sd -F '${version' '${finalAttrs.version' $file
    sd -F '= version' '= finalAttrs.version' $file
    sd -F 'inherit version;' 'inherit (finalAttrs) version;' $file
    sd -F ' + version;' ' + finalAttrs.version;' $file
    sd 'replaceStrings (.*) version' 'replaceStrings $1 finalAttrs.version' $file
    sd -F 'splitVersion version' 'splitVersion finalAttrs.version' $file
    sd -F 'versionAtLeast version' 'versionAtLeast finalAttrs.version' $file
    sd 'versions\.([a-z]+) version' 'versions.$1 finalAttrs.version' $file
    # src
    sd -F 'src}' 'finalAttrs.src}' $file
    sd -F '${src' '${finalAttrs.src' $file
    sd -F '= src' '= finalAttrs.src' $file
    sd -F 'inherit src;' 'inherit (finalAttrs) src;' $file
    sd -F 'inherit (src' 'inherit (finalAttrs.src' $file
    # meta
    sd -F '${meta' '${finalAttrs.meta' $file
    sd -F '= meta' '= finalAttrs.meta' $file
    sd -F 'inherit (meta' 'inherit (finalAttrs.meta' $file
    # other
    sd -F 'inherit version src;' 'inherit (finalAttrs) version src;' $file
    sd -F 'makeLibraryPath buildInputs' 'makeLibraryPath finalAttrs.buildInputs' $file
    sd -F 'buildInputs}' 'finalAttrs.buildInputs}' $file
    sd -F 'desktopItem}' 'finalAttrs.desktopItem}' $file
    sd -F 'runtimeLibs}' 'finalAttrs.runtimeLibs}' $file
    sd -F 'libPath}' 'finalAttrs.libPath}' $file
    sd -F 'runtimeDependencies}' 'finalAttrs.runtimeDependencies}' $file
    sd -F 'nativeRuntimeInputs}' 'finalAttrs.nativeRuntimeInputs}' $file
    sd -F '(!doCheck)' '(!finalAttrs.doCheck)' $file
    sd -F 'optional doCheck' 'optional finalAttrs.doCheck' $file
    sd -F 'optionals doCheck' 'optionals finalAttrs.doCheck' $file
    sd -F '++ runtimeDependencies' '++ finalAttrs.runtimeDependencies' $file
    # pname (restored afterwards)
    sd -F 'pname}' 'finalAttrs.pname}' $file
    sd -F '${pname' '${finalAttrs.pname' $file
    sd -F '= pname' '= finalAttrs.pname' $file
    # close finalAttrs lambda
    echo ')' >>$file
    # catch some errors early
    if ! nixfmt $file
        git restore $file
        continue
    end
    if ! nixf-diagnose -i sema-primop-overridden $file
        git restore $file
        continue
    end
end

set torestore (rg -F .finalAttrs --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end
set torestore (rg -F finalAttrs.pname --files-with-matches $scope)
if test (count $torestore) -gt 0
    git restore $torestore
end

# commit for faster eval times
git add pkgs
git commit --no-gpg-sign -m temp
set torestore

for file in $files
    # file hasn't changed
    if git diff --quiet $base $file
        continue
    end
    # try to eval the package to definitely catch all errors
    echo $file
    set pname (string split / $file -f 4)
    if ! nix eval .#$pname
        set torestore $torestore $file
    end
end

# restore files that don't eval
git reset --soft $base
git restore --staged .
if test (count $torestore) -gt 0
    git restore $torestore
end
```

after that some manual cleanup was done:
- restoring files that cause changes in the number of lines
- restoring files that cause rebuilds
- restoring files that cause merge conflicts with staging
2026-02-07 09:59:05 +01:00
Weijia WangandGitHub 6eefa23628 dput-ng: 1.43 -> 1.44 (#476070) 2026-02-05 19:48:11 +00:00
Gergő GutyinaandGitHub 1b9d1caaff various: fix pname misuse in urls (#483962) 2026-02-05 10:12:27 +00:00
quantenzitrone 9c8e96055a various: fix pname misuse in urls 2026-02-05 01:51:59 +01:00
R. Ryantm 1a2dfb518e dprint-plugins.dprint-plugin-biome: 0.11.11 -> 0.11.12 2026-02-01 17:29:22 +00:00
Fernando RodriguesandGitHub 6308c3b213 various: switch to finalAttrs pattern (#483882) 2026-01-30 02:32:49 +00:00
quantenzitrone 6b61249106 various: switch to finalAttrs pattern
this shouldn't create any rebuilds
2026-01-30 02:36:22 +01:00
R. Ryantm a86c562448 dpkg: 1.22.21 -> 1.23.5 2026-01-27 05:48:41 +00:00
R. Ryantm 14377b17cc dprint-plugins.dprint-plugin-biome: 0.11.10 -> 0.11.11 2026-01-25 16:08:03 +00:00
phanirithvij dd373639f9 dprint-plugins: update
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
2026-01-14 10:57:11 +05:30
Michael Daniels 075e8c2c4f treewide: change 'format = "pyproject";' to 'pyproject = true;'
This is almost all find-and-replace.

I manually edited:
* pkgs/development/python-modules/notifications-android-tv/default.nix,
* pkgs/servers/home-assistant/default.nix,
* pkgs/development/tools/continuous-integration/buildbot/master.nix

A few files have not been changed in this PR because they would cause rebuilds.

This PR should have 0 rebuilds.
2026-01-12 17:50:35 -05:00
R. Ryantm 58045fd617 dprint-plugins.dprint-plugin-biome: 0.11.7 -> 0.11.10 2026-01-06 08:41:53 +00:00
R. Ryantm 0ef6e12703 dprint: 0.51.0 -> 0.51.1 2026-01-03 12:22:26 +00:00