| Commit message (Expand) | Author | Age | Files | Lines |
| * | xcbutilimage: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xcbutilkeysyms: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xcbutilrenderutil: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | xcbutilwm: rename references and deprecate alias•••this shouldn't create any rebuilds
| quantenzitrone | 2026-02-04 | 1 | -2/+2 |
| * | sublime-merge-dev: 2111 -> 2120 (#459027) | Weijia Wang | 2026-02-03 | 1 | -3/+3 |
| |\ |
|
| | * | sublime-merge-dev: 2111 -> 2120 | R. Ryantm | 2025-12-22 | 1 | -3/+3 |
| * | | svn-all-fast-export: move NIX_LDFLAGS into env for structuredAttrs | Stefan Frijters | 2026-02-01 | 1 | -1/+1 |
| * | | qgit: move to by-name | Aliaksandr | 2026-01-31 | 1 | -43/+0 |
| * | | cgit: expand pythonPath bash array for structuredAttrs | Stefan Frijters | 2026-01-27 | 1 | -1/+1 |
| * | | 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 | 1 | -2/+2 |
| * | | cgit: add sternenseemann as maintainer | Alyssa Ross | 2026-01-22 | 1 | -0/+1 |
| * | | cgit-pink: remove•••Unmaintained upstream, and no longer builds.
Closes: https://github.com/NixOS/nixpkgs/pull/482335
| Alyssa Ross | 2026-01-22 | 3 | -162/+108 |
| * | | blackbox: drop | Sigmanificient | 2026-01-16 | 1 | -65/+0 |
| * | | treewide: fix `rec-set-dynamic-attrs`•••Lix will soon warn, and in the future, error on `rec-set-dynamic-attrs`.
This commit fix where attrs are dynamically set in a recursive function
currently present in nixpkgs.
| Justin ! | 2026-01-13 | 1 | -7/+7 |
| * | | monotone: fix build of temporarily-vendored botan2 with fresher C++ | 7c6f434c | 2026-01-02 | 1 | -0/+4 |
| * | | sublime-merge: 2112 -> 2121 | R. Ryantm | 2025-12-24 | 1 | -3/+3 |
| |/ |
|
| * | fossil: fix hash mismatch error | Justin Restivo | 2025-12-15 | 1 | -1/+1 |
| * | git: move to by-name (#470072) | Aleksana | 2025-12-14 | 7 | -725/+0 |
| |\ |
|
| | * | git: move to by-name | Aliaksandr | 2025-12-12 | 7 | -725/+0 |
| * | | 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 | 11 | -40/+40 |
| |/ |
|
| * | treewide: reduce maintenance by globin | Robin Gloster | 2025-12-07 | 1 | -1/+0 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-11-10 | 4 | -207/+0 |
| |\ |
|
| | * | various: migrate python3Packages to by-name (#454647) | Yohann Boniface | 2025-11-09 | 4 | -207/+0 |
| | |\ |
|
| | | * | various: migrate python3Packages to by-name | Guy Chronister | 2025-10-23 | 4 | -207/+0 |
| * | | | git: 2.51.1 -> 2.51.2 | Jon Hermansen | 2025-11-01 | 1 | -2/+2 |
| * | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-10-30 | 3 | -114/+3 |
| |\| | |
|
| | * | | various: migrate to pkgs/by-name (#456661) | Sandro | 2025-10-29 | 2 | -114/+0 |
| | |\ \ |
|
| | | * | | gittyup: migrate to pkgs/by-name | magicquark | 2025-10-29 | 2 | -114/+0 |
| | * | | | nixos/tests/svnserve: init (#452950) | Sandro | 2025-10-29 | 1 | -0/+3 |
| | |\ \ \
| | |/ /
| |/| | |
|
| | | * | | nixos/tests/svnserve: init | h7x4 | 2025-10-17 | 1 | -0/+3 |
| * | | | | git: 2.51.0 -> 2.51.1 (#452928) | Philip Taron | 2025-10-28 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | git: 2.51.0 -> 2.51.1 | Sam Estep | 2025-10-17 | 1 | -2/+2 |
| | | |/ /
| |/| | |
|
| * | | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-10-26 | 1 | -2/+2 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | qgit: 2.12 -> 2.13 | R. Ryantm | 2025-10-26 | 1 | -2/+2 |
| | | |/
| |/| |
|
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-10-22 | 1 | -11/+19 |
| |\| | |
|
| | * | | qgit: 2.11 -> 2.12 (#448913) | Guillaume Girol | 2025-10-22 | 1 | -11/+19 |
| | |\ \ |
|
| | | * | | qgit: refactor, cleanup | Markus Kowalewski | 2025-10-05 | 1 | -11/+11 |
| | | * | | qgit: 2.11 -> 2.12 | Markus Kowalewski | 2025-10-05 | 1 | -7/+15 |
| * | | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-10-20 | 1 | -1/+0 |
| |\| | | |
|
| | * | | | maintainers: drop maggesi (#451767) | Wolfgang Walther | 2025-10-20 | 1 | -1/+0 |
| | |\ \ \ |
|
| | | * | | | maintainers: drop maggesi•••Inactive since 2019/2020.
| Wolfgang Walther | 2025-10-17 | 1 | -1/+0 |
| | | | |/
| | |/| |
|
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-10-20 | 2 | -171/+0 |
| |\| | | |
|
| | * | | | monotoneViz: drop•••The old graphviz it relies on fails to compile with
lefty.c: In function 'processinput':
lefty.c:67:22: error: implicit declaration of function '__freadable' [-Wimplicit-function-declaration]
67 | #define canread(fp) (__freadable(fp))
| ^~~~~~~~~~~
lefty.c:397:13: note: in expansion of macro 'canread'
397 | canread(iop[ioi].ifp))
| ^~~~~~~
| Robert Schütz | 2025-10-19 | 2 | -171/+0 |
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-10-19 | 2 | -2/+108 |
| |\| | | |
|
| | * | | | monotone: vendor botan2 for limited use of the most stable functionality | 7c6f434c | 2025-10-19 | 2 | -2/+108 |
| | |/ / |
|
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-10-08 | 1 | -2/+7 |
| |\| | |
|
| | * | | fossil: 2.26 -> 2.27 (#449151) | Thomas Gerbet | 2025-10-08 | 1 | -2/+7 |
| | |\ \
| | |/
| |/| |
|
| | | * | fossil: 2.26 -> 2.27•••Changes: https://fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_27
| Ashish SHUKLA | 2025-10-06 | 1 | -2/+7 |
| * | | | git: disable more flaky tests (#443250) | Philip Taron | 2025-10-07 | 1 | -0/+6 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | git: disable more flaky tests | Tristan Ross | 2025-09-15 | 1 | -0/+6 |