| Commit message (Expand) | Author | Age | Files | Lines |
| * | libSM: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | treewide: move NIX_CFLAGS_COMPILE into env for structuredAttrs (#485484) | Gergő Gutyina | 2026-02-03 | 1 | -1/+1 |
| |\ |
|
| | * | openloco: move NIX_CFLAGS_COMPILE into env for structuredAttrs | Stefan Frijters | 2026-01-30 | 1 | -1/+1 |
| * | | remove ncfavier as maintainer from various things (#486423) | Naïm Camille Favier | 2026-02-02 | 2 | -2/+0 |
| |\ \ |
|
| | * | | dwarf-fortress: remove ncfavier as maintainer | Naïm Camille Favier | 2026-02-03 | 2 | -2/+0 |
| | |/ |
|
| * | | papermc: 1.21.10-91 -> 1.21.11-69 (#459697) | Weijia Wang | 2026-01-31 | 1 | -2/+6 |
| |\ \
| |/
|/| |
|
| | * | papermc: 1.21.10-91 -> 1.21.11-69 | R. Ryantm | 2026-01-05 | 1 | -2/+6 |
| * | | 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 | 4 | -11/+14 |
| * | | various: move to pkgs/by-name (#482587) | Philip Taron | 2026-01-23 | 11 | -738/+0 |
| |\ \ |
|
| | * | | pokerth: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -98/+0 |
| | * | | pentobi: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -64/+0 |
| | * | | openxray: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -99/+0 |
| | * | | openttd{,-jgrpp,-grfcodec,nml}: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 4 | -251/+0 |
| | * | | curseofwar: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -39/+0 |
| | * | | construo: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -42/+0 |
| | * | | cockatrice: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -45/+0 |
| | * | | arx-libertatis: move to pkgs/by-name•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-22 | 1 | -100/+0 |
| * | | | treewide: apply nixfmt 1.2.0 | Dyego Aurélio | 2026-01-22 | 1 | -1/+1 |
| * | | | gscrabble: drop; fltrator: move to by-name (#476694) | Matthieu Coudron | 2026-01-22 | 2 | -128/+0 |
| |\ \ \ |
|
| | * | | | gscrabble: drop | pancaek | 2026-01-03 | 1 | -64/+0 |
| | * | | | fltrator: move to by-name/ | pancaek | 2026-01-03 | 1 | -64/+0 |
| * | | | | stuntrally: 2.7 -> 3.3, modernize, and move to by name; ogre-next: init at 3.... | Sandro | 2026-01-22 | 1 | -93/+0 |
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | * | | | stuntrally: move to by-name•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-12-25 | 5 | -280/+0 |
| | * | | | stuntrally: 2.7 -> 3.3•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-12-25 | 5 | -41/+228 |
| * | | | | openloco: add mainProgram | Mio | 2026-01-19 | 1 | -0/+1 |
| * | | | | speed-dreams: 2.3.0-r8786 -> 2.4.2 (#479933) | dish | 2026-01-16 | 1 | -157/+0 |
| |\ \ \ \ |
|
| | * | | | | speed-dreams: move to by-name | Mio | 2026-01-16 | 1 | -159/+0 |
| | * | | | | speed-dreams: remove empty hydraPlatforms | Mio | 2026-01-16 | 1 | -1/+0 |
| | * | | | | speed-dreams: 2.3.0-r8786 -> 2.4.2 | Mio | 2026-01-14 | 1 | -64/+67 |
| * | | | | | dwarf-fortress-packages.dwarf-fortress-original: 53.08 -> 53.10 | R. Ryantm | 2026-01-14 | 1 | -9/+9 |
| |/ / / / |
|
| * | | | | treewide: remove remaining 'with [a-zA-Z]*lib;' from pkgs•••Partial #208242
| Ihar Hrachyshka | 2026-01-06 | 1 | -3/+2 |
| * | | | | openttd: 14.1 -> 15.0 (#476640) | Gergő Gutyina | 2026-01-06 | 1 | -19/+3 |
| |\ \ \ \ |
|
| | * | | | | openttd: 14.1 -> 15.0 | Stefan Frijters | 2026-01-06 | 1 | -19/+3 |
| | | |/ /
| |/| | |
|
| * | | | | dwarf-fortress: 53.06 -> 53.08 (#473773) | @mjones | 2026-01-05 | 3 | -11/+36 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | dwarf-fortress: 53.06 -> 53.08•••New dependency on fmt requires some cmake hackery per:
https://github.com/dfhack/dfhack/blob/53.08-r1/docs/dev/compile/Compile.rst#building-dfhack-offline
| Morgan Jones | 2025-12-23 | 3 | -11/+36 |
| | | |/
| |/| |
|
| * | | | liquidwar: migrate to by-name | Guy Chronister | 2026-01-03 | 2 | -129/+0 |
| * | | | dwarf-fortress: fix build•••- part of: https://github.com/NixOS/nixpkgs/issues/445447
It also seems that the previous CMakeLists patche was committed
upstream.
Lastly, adds a missing `<cstdint>` header
| Sigmanificient | 2026-01-03 | 1 | -2/+9 |
| | |/
|/| |
|
| * | | minecraft-server: 1.21.10 → 1.21.11 (#469498) | Ryan Mulligan | 2026-01-02 | 1 | -3/+3 |
| |\ \ |
|
| | * | | minecraft-server: 1.21.10 → 1.21.11 | Chandler Swift | 2025-12-09 | 1 | -3/+3 |
| * | | | xonotic: fix build with c23 | Tyler Kaminski | 2026-01-01 | 2 | -0/+45 |
| * | | | Merge remote-tracking branch 'upstream/master' | Michael Daniels | 2025-12-29 | 1 | -64/+0 |
| |\ \ \ |
|
| | * \ \ | duckmarines: build from source, add love 11 support, move to by-name, fix lic... | Michael Daniels | 2025-12-29 | 1 | -64/+0 |
| | |\ \ \ |
|
| | | * | | | duckmarines: move to by-name•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-12-25 | 2 | -925/+0 |
| | | * | | | duckmarines: add love 11 support patch•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-12-25 | 2 | -0/+847 |
| | | * | | | duckmarines: build from source•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-12-25 | 1 | -6/+20 |
| | | | |/
| | |/| |
|
| * | | | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-29 | 1 | -1/+1 |
| |\| | | |
|
| | * | | | treewide: fix broken-string-escape•••Lix is going to warn, and in the future, error on broken string escape.
After a flaker run, the following escape were flagged as broken, so this
commit fix them to make sure Lix is still able to build nixpkgs once the
patch deprecating the broken escapes land.
| Justin ! | 2025-12-28 | 1 | -1/+1 |
| | |/ / |
|
| * / / | openttd: fix build with gcc 15 | aleksana | 2025-12-27 | 1 | -0/+6 |
| |/ / |
|
| * / | 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>
| Ihar Hrachyshka | 2025-12-10 | 25 | -93/+93 |
| |/ |
|
| * | openttd: fix openmsx hash | Stefan Frijters | 2025-12-06 | 1 | -1/+1 |