| Commit message (Expand) | Author | Age | Files | Lines |
| * | various: fix pname misuse in urls (#483962) | Gergő Gutyina | 2026-02-05 | 1 | -1/+1 |
| |\ |
|
| | * | various: fix pname misuse in urls | quantenzitrone | 2026-02-05 | 1 | -1/+1 |
| * | | phel: 0.28.0 -> 0.29.0 (#486477) | Pol Dellaiera | 2026-02-04 | 1 | -3/+3 |
| |\ \ |
|
| | * | | phel: 0.28.0 -> 0.29.0 | R. Ryantm | 2026-02-03 | 1 | -3/+3 |
| * | | | phpstan: 2.1.37 -> 2.1.38 | R. Ryantm | 2026-02-04 | 1 | -2/+2 |
| * | | | treewide: move NIX_LDFLAGS into env for structuredAttrs (p-s) (#486066) | Wolfgang Walther | 2026-02-03 | 2 | -2/+4 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | phodav: move NIX_LDFLAGS into env for structuredAttrs | Stefan Frijters | 2026-02-01 | 1 | -1/+3 |
| | * | | phash: move NIX_LDFLAGS into env for structuredAttrs | Stefan Frijters | 2026-02-01 | 1 | -1/+1 |
| * | | | phel: 0.27.0 -> 0.28.0 (#481923) | Pol Dellaiera | 2026-02-02 | 1 | -3/+3 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | phel: 0.27.0 -> 0.28.0 | R. Ryantm | 2026-01-20 | 1 | -3/+3 |
| * | | | treewide: fetchFromGitea -> fetchFromCodeberg•••Most packages that used fetchFromGitea fetch their sources from Codeberg, so might as well migrate them.
The following command was used for this treewide:
```fish
for i in (rg 'fetchFromGitea \{\n *domain = "codeberg.org";' --multiline --files-with-matches)
sed -z 's/fetchFromGitea {\n *domain = "codeberg.org";/fetchFromCodeberg {/g' $i > $i.tmp && mv $i.tmp $i
sed -i 's/fetchFromGitea/fetchFromCodeberg/g' $i
end
```
The following paths were manually edited:
* pkgs/by-name/xr/xrsh/package.nix
* pkgs/applications/networking/browsers/librewolf/src.nix
* pkgs/by-name/go/gotosocial/package.nix
* pkgs/by-name/ka/katawa-shoujo-re-engineered/package.nix
Co-authored-by: Gutyina Gergő <gutyina.gergo.2@gmail.com>
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2026-01-31 | 1 | -3/+2 |
| | |/
|/| |
|
| * | | various: switch to finalAttrs pattern (#483882) | Fernando Rodrigues | 2026-01-30 | 9 | -29/+29 |
| |\ \ |
|
| | * | | various: switch to finalAttrs pattern•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-30 | 9 | -29/+29 |
| * | | | phrase-cli: 2.54.3 -> 2.55.1 | R. Ryantm | 2026-01-29 | 1 | -3/+3 |
| * | | | phpstan: add piotrkwiecinski as maintainer | Piotr Kwiecinski | 2026-01-28 | 1 | -1/+4 |
| * | | | phpstan: 2.1.35 -> 2.1.37 (#484646) | Pol Dellaiera | 2026-01-28 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | phpstan: 2.1.35 -> 2.1.37 | R. Ryantm | 2026-01-28 | 1 | -2/+2 |
| * | | | | phpunit: 12.5.6 -> 12.5.8 (#484656) | Pol Dellaiera | 2026-01-28 | 1 | -3/+3 |
| |\ \ \ \ |
|
| | * | | | | phpunit: 12.5.6 -> 12.5.8 | Piotr Kwiecinski | 2026-01-28 | 1 | -3/+3 |
| | |/ / / |
|
| * / / / | phira-unwrapped: prepare for structuredAttrs | Stefan Frijters | 2026-01-28 | 1 | -1/+1 |
| |/ / / |
|
| * | | | phoenixd: 0.7.1 -> 0.7.2 (#484019) | Pavol Rusnak | 2026-01-26 | 1 | -5/+5 |
| |\ \ \ |
|
| | * | | | phoenixd: 0.7.1 -> 0.7.2 | R. Ryantm | 2026-01-26 | 1 | -5/+5 |
| | |/ / |
|
| * / / | treewide: remove references to the xorg namespace in `pkgs` (automated)•••this creates some eval errors that will be fixed in the next commit
done with the following script:
```fish
\#!/usr/bin/env fish
set packagesjson (nix eval --impure --json --expr '
let
lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
name: _:
if name == "lib" then
lib
else if name == "config" then
{ allowAliases = false; }
else
name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)
set one (grep '^ [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^ [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)
for arg in $one $two
set oname $arg
set nname (echo $packagesjson | jq -r .$oname)
if test $nname = null
echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
continue
end
echo $oname "->" $nname
# replace basic xorg.$name references
for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
# special cases
sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file
# replace
sd -F "xorg.$oname" "$nname" $file
# fixup function arguments
# prevent duplicate function args
if grep -E " ($oname|$nname),\$" $file >/dev/null
continue
end
if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg
if grep ' xorg,$' $file >/dev/null
sd ' xorg,$' " xorg,
$nname," $file
else if grep ' xorg ? .*,$' $file >/dev/null
sd 'xorg( ? .*),$' "xorg\$1,
$nname," $file
else
sd -F 'xorg,' "$nname,
xorg," $file
end
else # case there is no more xorg..* so we can just replace the function arg
sd 'xorg(| ? .*),.*$' "$nname," $file
end
end
end
nix fmt
```
| quantenzitrone | 2026-01-25 | 2 | -4/+4 |
| |/ / |
|
| * | | phase-cli: 1.20.0 -> 1.21.2 (#482169) | Gergő Gutyina | 2026-01-24 | 1 | -3/+7 |
| |\ \ |
|
| | * | | phase-cli: 1.20.0 -> 1.21.2•••Fix derivation, upstream runtime dependencies changed in https://github.com/phasehq/cli/releases/tag/v1.21.0.
Add package maintainer.
| medv | 2026-01-21 | 1 | -3/+7 |
| * | | | phantom: init at 0-unstable-2025-12-22 (#482296) | Sandro | 2026-01-22 | 1 | -0/+53 |
| |\ \ \ |
|
| | * | | | phantom: init at 0-unstable-2025-12-22 | Reylak | 2026-01-21 | 1 | -0/+53 |
| | | |/
| |/| |
|
| * | | | phrase-cli: 2.53.1 -> 2.54.3 | R. Ryantm | 2026-01-22 | 1 | -3/+3 |
| * | | | phpstan: 2.1.34 -> 2.1.35 (#482277) | nixpkgs-ci[bot] | 2026-01-21 | 1 | -2/+2 |
| |\ \ \ |
|
| | * | | | phpstan: 2.1.34 -> 2.1.35 | R. Ryantm | 2026-01-21 | 1 | -2/+2 |
| * | | | | phpunit: 12.5.4 -> 12.5.6 | R. Ryantm | 2026-01-21 | 1 | -3/+3 |
| |/ / / |
|
| * | | | phpstan: 2.1.32 -> 2.1.34, switch to PHAR distribution, move to pkgs/by-name ... | Pol Dellaiera | 2026-01-21 | 1 | -0/+54 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | phpstan: 2.1.32 -> 2.1.34, switch to PHAR distribution, move to pkgs/by-name | Pol Dellaiera | 2026-01-19 | 1 | -0/+54 |
| | |/ |
|
| * / | photoqt: 5.0 -> 5.1 | R. Ryantm | 2026-01-20 | 1 | -2/+2 |
| |/ |
|
| * | phrase-cli: 2.53.0 -> 2.53.1 | R. Ryantm | 2026-01-16 | 1 | -2/+2 |
| * | tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchF... | Gaël James | 2026-01-15 | 1 | -1/+1 |
| * | phpactor: 2025.12.21.0 -> 2025.12.21.1 | R. Ryantm | 2026-01-13 | 1 | -3/+3 |
| * | treewide: change 'format = "other";' to 'pyproject = false;'•••Entirely find-and-replace based.
A few usages that would cause rebuilds if changed remain.
This PR should have 0 rebuilds.
| Michael Daniels | 2026-01-12 | 1 | -1/+1 |
| * | photoqt: 4.9.2 -> 5.0 (#477810) | Weijia Wang | 2026-01-10 | 1 | -3/+3 |
| |\ |
|
| | * | photoqt: 4.9.2 -> 5.0 | Weijia Wang | 2026-01-07 | 1 | -3/+3 |
| * | | phrase-cli: 2.52.0 -> 2.53.0 | R. Ryantm | 2026-01-09 | 1 | -3/+3 |
| |/ |
|
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-27 | 1 | -3/+3 |
| |\ |
|
| | * | phel: 0.23.1 -> 0.27.0 (#474375) | Pol Dellaiera | 2025-12-26 | 1 | -3/+3 |
| | |\ |
|
| | | * | phel: 0.23.1 -> 0.27.0 | R. Ryantm | 2025-12-26 | 1 | -3/+3 |
| * | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-12-26 | 1 | -3/+3 |
| |\| | |
|
| | * | | phpactor: 2025.10.17.0 -> 2025.12.21.0 | R. Ryantm | 2025-12-26 | 1 | -3/+3 |
| | |/ |
|
| * | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-12-22 | 4 | -8/+4 |
| |\| |
|
| | * | phpdocumentor: update `vendorHash` | Pol Dellaiera | 2025-12-22 | 1 | -2/+1 |
| | * | phpactor: update `vendorHash` | Pol Dellaiera | 2025-12-22 | 1 | -1/+1 |
| | * | phel: update `vendorHash` | Pol Dellaiera | 2025-12-22 | 1 | -1/+1 |