| Commit message (Expand) | Author | Age | Files | Lines |
| * | electron_37-bin: mark as insecure | Yureka | 2026-02-02 | 1 | -1/+1 |
| * | electron_36-bin, electron-chromedriver_36: remove | Yureka | 2026-02-02 | 2 | -22/+0 |
| * | electron-source.electron_37: remove | Yureka | 2026-02-02 | 2 | -1351/+0 |
| * | electron-chromedriver_{38,39,40}: updates | TomaSajt | 2026-01-29 | 1 | -21/+21 |
| * | electron_{38,39,40}-bin: updates | TomaSajt | 2026-01-29 | 1 | -21/+21 |
| * | electron-source.electron_{38,39,40}: updates | TomaSajt | 2026-01-29 | 1 | -27/+27 |
| * | 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 | -11/+18 |
| * | electron_40: init at 40.0.0 | TomaSajt | 2026-01-22 | 3 | -0/+1370 |
| * | electron-source.electron_{37,38,39}: updates, use yarn-berry | TomaSajt | 2026-01-21 | 3 | -50/+53 |
| * | electron-chromedriver_{37,38,39}: updates | TomaSajt | 2026-01-21 | 1 | -20/+20 |
| * | electron_{37,38,39}-bin: updates | TomaSajt | 2026-01-21 | 1 | -20/+20 |
| * | treewide: remove remaining `meta = with lib;` | Ihar Hrachyshka | 2025-12-14 | 2 | -4/+4 |
| * | 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 | 3 | -10/+10 |
| * | Merge master into staging-next | nixpkgs-ci[bot] | 2025-11-21 | 3 | -59/+59 |
| |\ |
|
| | * | electron-chromedriver_39: 39.2.0 -> 39.2.3•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.2.0...v39.2.3
| teutat3s | 2025-11-20 | 1 | -7/+7 |
| | * | electron_39-bin: 39.2.0 -> 39.2.3•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.2.0...v39.2.3
| teutat3s | 2025-11-20 | 1 | -7/+7 |
| | * | electron-chromedriver_38: 38.7.0 -> 38.7.1•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.7.0...v38.7.1
| teutat3s | 2025-11-20 | 1 | -7/+7 |
| | * | electron_38-bin: 38.7.0 -> 38.7.1•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.7.0...v38.7.1
| teutat3s | 2025-11-20 | 1 | -7/+7 |
| | * | electron-chromedriver_37: 37.10.0 -> 37.10.2•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.10.0...v37.10.2
| teutat3s | 2025-11-20 | 1 | -6/+6 |
| | * | electron_37-bin: 37.10.0 -> 37.10.2•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.10.0...v37.10.2
| teutat3s | 2025-11-20 | 1 | -6/+6 |
| | * | electron-source.electron_39: 39.2.0 -> 39.2.3•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.3
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.2.0...v39.2.3
| teutat3s | 2025-11-20 | 1 | -9/+9 |
| | * | electron-source.electron_38: 38.7.0 -> 38.7.1•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.7.0...v38.7.1
| teutat3s | 2025-11-20 | 1 | -5/+5 |
| | * | electron-source.electron_37: 37.10.0 -> 37.10.2•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.10.0...v37.10.2
| teutat3s | 2025-11-20 | 1 | -5/+5 |
| * | | [staging-next] electron_38: fix build with Rust 1.91 (#461760) | Leona Maroni | 2025-11-15 | 2 | -0/+41 |
| |\ \
| |/
|/| |
|
| | * | electron_38: fix build with Rust 1.91 | Yureka | 2025-11-15 | 2 | -0/+41 |
| * | | electron-source.electron_39: 39.1.2 -> 39.2.0•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.2...v39.2.0
| teutat3s | 2025-11-15 | 1 | -11/+11 |
| * | | electron-source.electron_38: 38.6.0 -> 38.7.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.6.0...v38.7.0
| teutat3s | 2025-11-15 | 1 | -3/+3 |
| * | | electron-source.electron_37: 37.9.0 -> 37.10.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.9.0...v37.10.0
| teutat3s | 2025-11-15 | 1 | -3/+3 |
| * | | electron-chromedriver_39: 39.1.2 -> 39.2.0•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.2...v39.2.0
| teutat3s | 2025-11-15 | 1 | -7/+7 |
| * | | electron_39-bin: 39.1.2 -> 39.2.0•••- Changelog: https://github.com/electron/electron/releases/tag/v39.2.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.2...v39.2.0
| teutat3s | 2025-11-15 | 1 | -7/+7 |
| * | | electron-chromedriver_38: 38.6.0 -> 38.7.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.6.0...v38.7.0
| teutat3s | 2025-11-15 | 1 | -6/+6 |
| * | | electron_38-bin: 38.6.0 -> 38.7.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.7.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.6.0...v38.7.0
| teutat3s | 2025-11-15 | 1 | -6/+6 |
| * | | electron-chromedriver_37: 37.9.0 -> 37.10.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.9.0...v37.10.0
| teutat3s | 2025-11-15 | 1 | -6/+6 |
| * | | electron_37-bin: 37.9.0 -> 37.10.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.10.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.9.0...v37.10.0
| teutat3s | 2025-11-15 | 1 | -6/+6 |
| * | | electron-chromedriver_39: 39.1.1 -> 39.1.2•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.1...v39.1.2
| teutat3s | 2025-11-15 | 1 | -7/+7 |
| * | | electron_39-bin: 39.1.1 -> 39.1.2•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.1...v39.1.2
| teutat3s | 2025-11-15 | 1 | -7/+7 |
| * | | electron-source.electron_39: 39.1.1 -> 39.1.2•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.2
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.1.1...v39.1.2
| teutat3s | 2025-11-15 | 1 | -14/+14 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-11-11 | 3 | -69/+69 |
| |\ |
|
| | * | electron-{source,bin,chromedriver}: updates (#459455) | Yaya | 2025-11-10 | 3 | -69/+69 |
| | |\ |
|
| | | * | electron-chromedriver_39: 39.0.0 -> 39.1.1•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.0.0...v39.1.1
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron_39-bin: 39.0.0 -> 39.1.1•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.0.0...v39.1.1
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron-chromedriver_38: 38.4.0 -> 38.6.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.6.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.4.0...v38.6.0
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron_38-bin: 38.4.0 -> 38.6.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.6.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.4.0...v38.6.0
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron-chromedriver_37: 37.7.1 -> 37.9.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.9.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.7.1...v37.9.0
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron_37-bin: 37.7.1 -> 37.9.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.9.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.7.1...v37.9.0
| Yaya | 2025-11-10 | 1 | -7/+7 |
| | | * | electron-source.electron_39: 39.0.0 -> 39.1.1•••- Changelog: https://github.com/electron/electron/releases/tag/v39.1.1
- Diff: https://github.com/electron/electron/compare/refs/tags/v39.0.0...v39.1.1
| Yaya | 2025-11-10 | 1 | -11/+11 |
| | | * | electron-source.electron_38: 38.4.0 -> 38.6.0•••- Changelog: https://github.com/electron/electron/releases/tag/v38.6.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v38.4.0...v38.6.0
| Yaya | 2025-11-10 | 1 | -10/+10 |
| | | * | electron-source.electron_37: 37.7.1 -> 37.9.0•••- Changelog: https://github.com/electron/electron/releases/tag/v37.9.0
- Diff: https://github.com/electron/electron/compare/refs/tags/v37.7.1...v37.9.0
| Yaya | 2025-11-10 | 1 | -6/+6 |
| * | | | Merge remote-tracking branch 'origin/master' into staging-next | K900 | 2025-11-11 | 1 | -11/+0 |
| |\| | |
|
| | * | | electron-chromedriver_35: remove | teutat3s | 2025-11-10 | 1 | -11/+0 |
| | |/ |
|