| Commit message (Expand) | Author | Age | Files | Lines |
| * | json-patch: init at 5.9.11 (#486944) | Paul Meyer | 2026-02-05 | 1 | -0/+33 |
| |\ |
|
| | * | json-patch: init at 5.9.11 | David Weiße | 2026-02-05 | 1 | -0/+33 |
| * | | various: fix pname misuse in urls (#483962) | Gergő Gutyina | 2026-02-05 | 2 | -2/+2 |
| |\ \
| |/
|/| |
|
| | * | various: fix pname misuse in urls | quantenzitrone | 2026-02-05 | 2 | -2/+2 |
| * | | json2ts: set pname | Sigmanificient | 2026-02-01 | 1 | -1/+1 |
| |/ |
|
| * | various: switch to finalAttrs pattern (#483882) | Fernando Rodrigues | 2026-01-30 | 3 | -9/+9 |
| |\ |
|
| | * | various: switch to finalAttrs pattern•••this shouldn't create any rebuilds
| quantenzitrone | 2026-01-30 | 3 | -9/+9 |
| * | | jsonschema-cli: 0.38.1 -> 0.40.0 (#482182) | Peder Bergebakken Sundt | 2026-01-27 | 1 | -3/+8 |
| |\ \ |
|
| | * | | jsonschema-cli: 0.38.1 -> 0.40.0•••Diff: https://github.com/Stranger6667/jsonschema/compare/rust-v0.38.1...rust-v0.40.0
Without $SSL_CERT_FILE, several new HTTP tests in 0.40.0 will fail.
```
failures:
test_http_connect_timeout_option
test_http_options_ndjson_output
test_http_options_with_external_ref
test_http_timeout_option
```
| Kenichi Kamiya | 2026-01-21 | 1 | -3/+8 |
| | |/ |
|
| * / | 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 |
| |/ |
|
| * | maintainers: drop urandom | René Neumann | 2026-01-14 | 1 | -1/+1 |
| * | json-fortran: 9.1.0 -> 9.2.0 | R. Ryantm | 2026-01-09 | 1 | -2/+2 |
| * | json-fortran: 9.0.5 -> 9.1.0 | R. Ryantm | 2026-01-03 | 1 | -2/+2 |
| * | jsonschema-cli: 0.37.4 -> 0.38.1 | R. Ryantm | 2025-12-30 | 1 | -3/+3 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-29 | 1 | -0/+69 |
| |\ |
|
| | * | json-tui: init at 1.4.1•••Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
| phanirithvij | 2025-12-29 | 1 | -0/+69 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-25 | 1 | -1/+1 |
| |\| |
|
| | * | jsonfmt: Add matthiasbeyer as maintainer•••Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| Matthias Beyer | 2025-12-25 | 1 | -1/+1 |
| * | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-25 | 1 | -12/+9 |
| |\| |
|
| | * | jsonfmt: migrate to versionCheckHook | Fabian Affolter | 2025-12-25 | 1 | -7/+4 |
| | * | jsonfmt: use tag | Fabian Affolter | 2025-12-25 | 1 | -2/+2 |
| | * | jsonfmt: 0.5.1 -> 0.5.2 | R. Ryantm | 2025-12-24 | 1 | -3/+3 |
| * | | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 16 | -55/+55 |
| |\| |
|
| | * | 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 | 16 | -55/+55 |
| * | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-12-07 | 1 | -3/+3 |
| |\| |
|
| | * | json-schema-catalog-rs: 0.2.0 -> 0.2.1 | R. Ryantm | 2025-12-07 | 1 | -3/+3 |
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-05 | 1 | -3/+3 |
| |\| |
|
| | * | jsonschema-cli: 0.37.2 -> 0.37.4 (#467911) | nixpkgs-ci[bot] | 2025-12-05 | 1 | -3/+3 |
| | |\ |
|
| | | * | jsonschema-cli: 0.37.2 -> 0.37.4 | R. Ryantm | 2025-12-04 | 1 | -3/+3 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-05 | 1 | -0/+50 |
| |\| | |
|
| | * | | jsdoc: migrate from nodePackages (#466372) | dish | 2025-12-04 | 1 | -0/+50 |
| | |\ \
| | |/
| |/| |
|
| | | * | jsdoc: migrate from nodePackages•••Current 4.x versions don't have a working package-lock.json file, and
trying to update it deletes fsevents which causes a cache error.
Therefore, just use the dev versions :shrug:
| dish | 2025-11-29 | 1 | -0/+50 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-04 | 4 | -129/+0 |
| |\| | |
|
| | * | | jsduck: drop•••Broken. And unmaintained upstream for 7 years.
Link to upstream: https://github.com/senchalabs/jsduck
| Michael Daniels | 2025-12-02 | 4 | -129/+0 |
| * | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-02 | 1 | -2/+2 |
| |\| | |
|
| | * | | jsoncons: 1.4.3 -> 1.5.0 | R. Ryantm | 2025-12-02 | 1 | -2/+2 |
| | |/ |
|
| * | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-11-28 | 1 | -3/+3 |
| |\| |
|
| | * | jsonschema-cli: 0.37.1 -> 0.37.2 | R. Ryantm | 2025-11-28 | 1 | -3/+3 |
| * | | versionCheckHook: Check for --version first (#463218) | Philip Taron | 2025-11-26 | 2 | -2/+0 |
| |\ \
| |/
|/| |
|
| | * | treewide: Remove redundant `versionCheckProgramArg = "--version";` with:•••```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
sed -i '/versionCheckProgramArg/d' "$f"
sed -i '/^$/N;/\n$/D' "$f"
done
```
| Jonathan Davies | 2025-11-20 | 2 | -2/+0 |
| * | | many packages: add updateScript (#464747) | dish | 2025-11-26 | 1 | -0/+3 |
| |\ \ |
|
| | * | | js-beautify: add updateScript | dish | 2025-11-24 | 1 | -0/+3 |
| * | | | maintainers: drop matthewbauer (#462219) | Wolfgang Walther | 2025-11-25 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | maintainers: drop matthewbauer•••Signed-off-by: Marcin Serwin <marcin@serwin.dev>
| Marcin Serwin | 2025-11-16 | 1 | -1/+1 |
| | |/ |
|
| * / | jsonschema-cli: 0.33.0 -> 0.37.1 | R. Ryantm | 2025-11-21 | 1 | -3/+3 |
| |/ |
|
| * | json-diff: migrate from nodePackages | dish | 2025-11-08 | 1 | -0/+32 |
| * | json-server: fix updateScript | dish | 2025-11-07 | 1 | -1/+1 |
| * | json-server: migrate from nodePackages (#459252) | Jo | 2025-11-06 | 1 | -0/+29 |
| |\ |
|
| | * | json-server: migrate from nodePackages | dish | 2025-11-06 | 1 | -0/+29 |
| * | | jshint: migrate from nodePackages | dish | 2025-11-06 | 1 | -0/+36 |