| Commit message (Expand) | Author | Age | Files | Lines |
| * | pkgs.wrapFish: document with doc-comments (#351645) | Johannes Kirschbauer | 2026-02-01 | 1 | -0/+89 |
| |\ |
|
| | * | pkgs.wrapFish: document with docstrings•••it is also (a bit less verbosely) documented in the manual
this documentation will eventually replace the one in the manual
| Zitrone | 2026-01-23 | 1 | -0/+89 |
| * | | nushell: move frome `pkgs/shells/nushell` to `pkgs/by-name/nu/nushell` | VuiMuich | 2026-01-29 | 14 | -600/+0 |
| * | | nushell: 0.109.1 -> 0.110.0 | R. Ryantm | 2026-01-29 | 1 | -3/+3 |
| * | | fishPlugins.async-prompt: 1.2.0 -> 1.3.0 (#477166) | Sandro | 2026-01-27 | 1 | -2/+2 |
| |\ \ |
|
| | * | | fishPlugins.async-prompt: 1.2.0 -> 1.3.0 | R. Ryantm | 2026-01-05 | 1 | -2/+2 |
| * | | | 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 |
| * | | | fishPlugins.async-prompt: add samasaur as maintainer | Sam | 2026-01-24 | 1 | -1/+1 |
| * | | | various: modernize derivations, remove unnecessary recursiveness (#460756) | Peder Bergebakken Sundt | 2026-01-24 | 5 | -11/+11 |
| |\ \ \ |
|
| | * | | | fishPlugins.pisces: modernise | kashw2 | 2026-01-17 | 1 | -3/+3 |
| | * | | | fishPlugins.github-copilot-cli-fish: modernise | kashw2 | 2026-01-17 | 1 | -2/+2 |
| | * | | | fishPlugins.bass: modernize | kashw2 | 2026-01-17 | 1 | -2/+2 |
| | * | | | fishPlugins.fzf: modernize | kashw2 | 2026-01-17 | 1 | -2/+2 |
| | * | | | fishPlugins.z: modernize | kashw2 | 2026-01-17 | 1 | -2/+2 |
| * | | | | Merge branch 'master' into staging-next | Michael Daniels | 2026-01-15 | 3 | -3/+3 |
| |\| | | |
|
| | * | | | treewide: git tags: remove unnecessary string interpolation | Gaël James | 2026-01-15 | 1 | -1/+1 |
| | * | | | tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchF... | Gaël James | 2026-01-15 | 2 | -2/+2 |
| | |/ / |
|
| * | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2026-01-03 | 1 | -1/+17 |
| |\| | |
|
| | * | | bash: Fix FreeBSD cross build (#476357) | zowoq | 2026-01-02 | 1 | -1/+17 |
| | |\ \ |
|
| | | * | | bash: Fix FreeBSD cross build•••See code comment for details on this hacky fix.
| John Ericson | 2026-01-02 | 1 | -1/+17 |
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2026-01-01 | 2 | -36/+9 |
| |\| | | |
|
| | * | | | fishPlugins.foreign-env: 0-unstable-2020-02-09 -> 0-unstable-2023-08-23 (#475... | Aleksana | 2026-01-01 | 2 | -36/+9 |
| | |\ \ \ |
|
| | | * | | | fishPlugins.foreign-env: 0-unstable-2020-02-09 -> 0-unstable-2023-08-23 | Sizhe Zhao | 2026-01-01 | 2 | -36/+9 |
| | | |/ / |
|
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2026-01-01 | 2 | -5/+5 |
| |\| | | |
|
| | * | | | nushell: 0.108.0 -> 0.109.1 (#467152) | tomberek | 2026-01-01 | 1 | -3/+3 |
| | |\ \ \ |
|
| | | * | | | nushell: 0.108.0 -> 0.109.1 | Yethal | 2025-12-03 | 1 | -3/+3 |
| | * | | | | fishPlugins.forgit: 25.12.0 -> 26.01.0 | R. Ryantm | 2026-01-01 | 1 | -2/+2 |
| | | |/ /
| |/| | |
|
| * | | | | bash: 5.3p3 -> 5.3p9 (#466967) | Michael Daniels | 2025-12-31 | 1 | -0/+6 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | bash: 5.3p3 -> 5.3p9 | Sergei Trofimovich | 2025-12-30 | 1 | -0/+6 |
| * | | | | Merge master into staging-next | nixpkgs-ci[bot] | 2025-12-25 | 1 | -1/+1 |
| |\| | | |
|
| | * | | | various: use correct name for passthru.updateScript | Michael Daniels | 2025-12-25 | 1 | -1/+1 |
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-16 | 1 | -2/+2 |
| |\| | | |
|
| | * | | | fishPlugins.done: 1.20.2 -> 1.21.1•••Changelog: https://github.com/franciscolourenco/done/releases/tag/1.21.1
Diff: https://github.com/franciscolourenco/done/compare/1.20.2...1.21.1
| Jost Alemann | 2025-12-15 | 1 | -2/+2 |
| | * | | | fishPlugins.done: 1.20.1 -> 1.20.2•••Changelog: https://github.com/franciscolourenco/done/releases/tag/1.20.2
Diff: https://github.com/franciscolourenco/done/compare/1.20.1...1.20.2
| Jost Alemann | 2025-12-13 | 1 | -2/+2 |
| * | | | | Merge branch 'staging-next' into staging | Wolfgang Walther | 2025-12-10 | 27 | -80/+80 |
| |\| | | |
|
| | * | | | 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 | 27 | -80/+80 |
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-10 | 1 | -1/+0 |
| |\| | | |
|
| | * | | | maintainers: drop Br1ght0ne•••Reacted to 2 out of 223 maintainer pings in the least 180 days.
| Wolfgang Walther | 2025-12-09 | 1 | -1/+0 |
| * | | | | Merge staging-next into staging | nixpkgs-ci[bot] | 2025-12-06 | 1 | -2/+2 |
| |\| | | |
|
| | * | | | fishPlugins.done: 1.20.0 -> 1.20.1 (#466874) | Aleksana | 2025-12-06 | 1 | -2/+2 |
| | |\ \ \ |
|
| | | * | | | fishPlugins.done: 1.20.0 -> 1.20.1•••Changelog: https://github.com/franciscolourenco/done/releases/tag/1.20.1
Diff: https://github.com/franciscolourenco/done/compare/1.20.0...1.20.1
| Jost Alemann | 2025-12-01 | 1 | -2/+2 |
| * | | | | | bash: fix cygwin build (#468186) | John Ericson | 2025-12-05 | 1 | -10/+2 |
| |\ \ \ \ \
| |/ / / /
|/| | | | |
|
| | * | | | | bash: fix cygwin build•••Co-authored-by: Brian McKenna <brian@brianmckenna.org>
| David McFarland | 2025-12-05 | 1 | -10/+2 |
| * | | | | | fishPlugins.forgit: 25.10.0 -> 25.12.0 | R. Ryantm | 2025-12-04 | 1 | -2/+2 |
| |/ / / / |
|
| * | / / | maintainers: drop beezow•••Inactive since 2023.
| Wolfgang Walther | 2025-12-02 | 1 | -1/+0 |
| | |/ /
|/| | |
|
| * | | | nushellPlugins.semver: add other platforms (#445233) | Aleksana | 2025-12-02 | 1 | -1/+0 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | nushellPlugins.semver: add other platforms | kira | 2025-09-18 | 1 | -1/+0 |
| * | | | fishPlugins.hydro: remove self from maintainers | dish | 2025-11-24 | 1 | -1/+1 |
| * | | | fishPlugins.autopair: remove self from maintainers | dish | 2025-11-24 | 1 | -1/+0 |
| * | | | Merge remote-tracking branch 'origin/staging-next' into staging | K900 | 2025-11-11 | 1 | -4/+4 |
| |\ \ \ |
|