summaryrefslogtreecommitdiff
path: root/pkgs/shells (follow)
Commit message (Expand)AuthorAgeFilesLines
* pkgs.wrapFish: document with doc-comments (#351645)Johannes Kirschbauer2026-02-011-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 Zitrone2026-01-231-0/+89
* | nushell: move frome `pkgs/shells/nushell` to `pkgs/by-name/nu/nushell`VuiMuich2026-01-2914-600/+0
* | nushell: 0.109.1 -> 0.110.0R. Ryantm2026-01-291-3/+3
* | fishPlugins.async-prompt: 1.2.0 -> 1.3.0 (#477166)Sandro2026-01-271-2/+2
|\ \
| * | fishPlugins.async-prompt: 1.2.0 -> 1.3.0R. Ryantm2026-01-051-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 ``` quantenzitrone2026-01-251-2/+2
* | | fishPlugins.async-prompt: add samasaur as maintainerSam2026-01-241-1/+1
* | | various: modernize derivations, remove unnecessary recursiveness (#460756)Peder Bergebakken Sundt2026-01-245-11/+11
|\ \ \
| * | | fishPlugins.pisces: modernisekashw22026-01-171-3/+3
| * | | fishPlugins.github-copilot-cli-fish: modernisekashw22026-01-171-2/+2
| * | | fishPlugins.bass: modernizekashw22026-01-171-2/+2
| * | | fishPlugins.fzf: modernizekashw22026-01-171-2/+2
| * | | fishPlugins.z: modernizekashw22026-01-171-2/+2
* | | | Merge branch 'master' into staging-nextMichael Daniels2026-01-153-3/+3
|\| | |
| * | | treewide: git tags: remove unnecessary string interpolationGaël James2026-01-151-1/+1
| * | | tree-wide: fetchgit, fetchFromGitHub, fetchFromGitLab, fetchFromGitea, fetchF...Gaël James2026-01-152-2/+2
| |/ /
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002026-01-031-1/+17
|\| |
| * | bash: Fix FreeBSD cross build (#476357)zowoq2026-01-021-1/+17
| |\ \
| | * | bash: Fix FreeBSD cross build•••See code comment for details on this hacky fix. John Ericson2026-01-021-1/+17
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2026-01-012-36/+9
|\| | |
| * | | fishPlugins.foreign-env: 0-unstable-2020-02-09 -> 0-unstable-2023-08-23 (#475...Aleksana2026-01-012-36/+9
| |\ \ \
| | * | | fishPlugins.foreign-env: 0-unstable-2020-02-09 -> 0-unstable-2023-08-23Sizhe Zhao2026-01-012-36/+9
| | |/ /
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2026-01-012-5/+5
|\| | |
| * | | nushell: 0.108.0 -> 0.109.1 (#467152)tomberek2026-01-011-3/+3
| |\ \ \
| | * | | nushell: 0.108.0 -> 0.109.1Yethal2025-12-031-3/+3
| * | | | fishPlugins.forgit: 25.12.0 -> 26.01.0R. Ryantm2026-01-011-2/+2
| | |/ / | |/| |
* | | | bash: 5.3p3 -> 5.3p9 (#466967)Michael Daniels2025-12-311-0/+6
|\ \ \ \ | |/ / / |/| | |
| * | | bash: 5.3p3 -> 5.3p9Sergei Trofimovich2025-12-301-0/+6
* | | | Merge master into staging-nextnixpkgs-ci[bot]2025-12-251-1/+1
|\| | |
| * | | various: use correct name for passthru.updateScriptMichael Daniels2025-12-251-1/+1
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-161-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 Alemann2025-12-151-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 Alemann2025-12-131-2/+2
* | | | Merge branch 'staging-next' into stagingWolfgang Walther2025-12-1027-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 Hrachyshka2025-12-1027-80/+80
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-101-1/+0
|\| | |
| * | | maintainers: drop Br1ght0ne•••Reacted to 2 out of 223 maintainer pings in the least 180 days. Wolfgang Walther2025-12-091-1/+0
* | | | Merge staging-next into stagingnixpkgs-ci[bot]2025-12-061-2/+2
|\| | |
| * | | fishPlugins.done: 1.20.0 -> 1.20.1 (#466874)Aleksana2025-12-061-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 Alemann2025-12-011-2/+2
* | | | | bash: fix cygwin build (#468186)John Ericson2025-12-051-10/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bash: fix cygwin build•••Co-authored-by: Brian McKenna <brian@brianmckenna.org> David McFarland2025-12-051-10/+2
* | | | | fishPlugins.forgit: 25.10.0 -> 25.12.0R. Ryantm2025-12-041-2/+2
|/ / / /
* | / / maintainers: drop beezow•••Inactive since 2023. Wolfgang Walther2025-12-021-1/+0
| |/ / |/| |
* | | nushellPlugins.semver: add other platforms (#445233)Aleksana2025-12-021-1/+0
|\ \ \ | |/ / |/| |
| * | nushellPlugins.semver: add other platformskira2025-09-181-1/+0
* | | fishPlugins.hydro: remove self from maintainersdish2025-11-241-1/+1
* | | fishPlugins.autopair: remove self from maintainersdish2025-11-241-1/+0
* | | Merge remote-tracking branch 'origin/staging-next' into stagingK9002025-11-111-4/+4
|\ \ \