summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* Merge pull request #111295 from pasqui23/zinitSandro2021-02-08
|\
| * zinit: 2.3 -> 3.7Pasquale2021-02-02
| |
* | Merge pull request #110159 from r-ryantm/auto-update/oilMartin Weinelt2021-02-08
|\ \ | | | | | | oil: 0.8.5 -> 0.8.6
| * | oil: 0.8.5 -> 0.8.6R. RyanTM2021-01-20
| | |
* | | fish: Add fishEnvPreInit optionLily Ballard2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This new option allows for replacing the sourcing of /etc/fish/nixos-env-preinit.fish with another file, optionally passing it through `fenv`. The idea here is that non-NixOS users can do something like fish.override { fishEnvPreInit = sourceBash: sourceBash "${nix}/etc/profile.d/nix-daemon.sh"; } and this will set up their shell environment for Nix just as though they were running NixOS.
* | | oh-my-zsh: 2021-01-27 → 2021-01-31Tim Steinbach2021-02-01
| | |
* | | babelfish: 1.0.1 -> 1.1.0Kevin Griffin2021-02-01
| | |
* | | Merge pull request #111479 from twhitehead/tcshSandro2021-01-31
|\ \ \ | | | | | | | | tcsh: workaround source moving to old subdirectory after new release
| * | | tcsh: workaround source moving to old subdirectory after new releaseTyson Whitehead2021-01-31
| | |/ | |/|
* | | elvish: 0.14.1 -> 0.15.0Mario Rodas2021-01-30
| | | | | | | | | | | | https://elv.sh/blog/0.15.0-release-notes.html
* | | Merge pull request #111353 from r-ryantm/auto-update/nushellMario Rodas2021-01-30
|\ \ \ | | | | | | | | nushell: 0.25.1 -> 0.26.0
| * | | nushell: 0.25.1 -> 0.26.0R. RyanTM2021-01-30
| | | |
* | | | Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-configMario Rodas2021-01-30
|\ \ \ \ | |/ / / |/| | | grml-zsh-config: 0.17.4 -> 0.18.0
| * | | grml-zsh-config: 0.17.4 -> 0.18.0R. RyanTM2021-01-30
| |/ /
* / / zsh-prezto: install to right placeMonson Shao2021-01-30
|/ /
* | oh-my-zsh: 2021-01-20 → 2021-01-27Tim Steinbach2021-01-27
| |
* | treewide: remove stdenv where not neededPavol Rusnak2021-01-25
| |
* | zsh-fzf-tab: init at 2021-01-24 (#110694)Vonfry2021-01-25
| | | | | | | | | | | | | | * zsh-fzf-tab: init at 2021-01-24 * Update pkgs/shells/zsh/zsh-fzf-tab/default.nix Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | Merge pull request #110535 from r-ryantm/auto-update/pure-promptMario Rodas2021-01-24
|\ \ | | | | | | pure-prompt: 1.15.0 -> 1.16.0
| * | pure-prompt: 1.15.0 -> 1.16.0R. RyanTM2021-01-22
| | |
* | | Merge pull request #110593 from holymonson/preztoSandro2021-01-24
|\ \ \
| * | | maintainers: add holymonsonMonson Shao2021-01-24
| | | |
| * | | zsh-prezto: update to unstableMonson Shao2021-01-24
| |/ /
* / / treewide: fix double quoted strings in meta.descriptionvolth2021-01-24
|/ / | | | | | | Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
* | Merge pull request #110334 from kevingriffin/babelfish-1.0.1Sandro2021-01-21
|\ \ | | | | | | babelfish: 1.0.0 -> 1.0.1
| * | babelfish: 1.0.0 -> 1.0.1Kevin Griffin2021-01-21
| | |
* | | oh-my-zsh: 2021-01-16 → 2021-01-20Tim Steinbach2021-01-20
| |/ |/|
* | treewide: editorconfig fixeszowoq2021-01-20
| | | | | | | | | | - remove trailing whitespace - use spaces for indentation
* | zsh-powerlevel10k: 1.14.4 -> 1.14.6Martin Weinelt2021-01-19
| |
* | treewide: remove kampka as maintainer (#109813)Christian Kampka2021-01-18
| |
* | oh-my-zsh: 2021-01-14 → 2021-01-16Tim Steinbach2021-01-18
| |
* | Merge pull request #109452 from wmertens/scponlyWout Mertens2021-01-17
|\ \ | | | | | | scponly: init at 4.8
| * | scponly: init at 4.8Wout Mertens2021-01-16
| | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | pkgs/shells: pkgconfig -> pkg-configBen Siraphob2021-01-16
| |/ |/|
* | Merge pull request #109541 from cole-h/babelfishSandro2021-01-17
|\ \ | | | | | | babelfish: 0.1.3 -> 1.0.0
| * | babelfish: 0.1.3 -> 1.0.0Cole Helbling2021-01-16
| | | | | | | | | | | | Notably, adds support for stdout redirections and fixes a failing test.
* | | oh-my-zsh: 2021-01-07 → 2021-01-14Tim Steinbach2021-01-15
| |/ |/|
* | pkgs/shells: stdenv.lib -> libBen Siraphob2021-01-15
|/
* gitAndTools: move everything to the top levelAlyssa Ross2021-01-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment at the top of git-and-tools/default.nix said: /* All git-relates tools live here, in a separate attribute set so that users * can get a fast overview over what's available. but unfortunately that hasn't actually held up in practice. Git-related packages have continued to be added to the top level, or into gitAndTools, or sometimes both, basically at random, so having gitAndTools is just confusing. In fact, until I looked as part of working on getting rid of gitAndTools, one program (ydiff) was packaged twice independently, once in gitAndTools and once at the top level (I fixed this in 98c34901969). So I think it's for the best if we move away from gitAndTools, and just put all the packages it previously contained at the top level. I've implemented this here by just making gitAndTools an alias for the top level -- this saves having loads of lines in aliases.nix. This means that people can keep referring to gitAndTools in their configuration, but it won't be allowed to be used within Nixpkgs, and it won't be presented to new users by e.g. nix search. The only other change here that I'm aware of is that appendToName "minimal" is not longer called on the default git package, because doing that would have necessitated having a private gitBase variable like before. I think it makes more sense not to do that anyway, and reserve the "minimal" suffix only for gitMinimal.
* nushell: 0.24.1 -> 0.25.1archaeron2021-01-13
|
* Merge pull request #108946 from kevingriffin/fish-babelfishSandro2021-01-12
|\
| * babelfish: init at version 0.1.3Kevin Griffin2021-01-12
| |
* | treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* | Merge pull request #108491 from pacien/fishPlugins-wrapFishMichele Guerini Rocco2021-01-11
|\ \ | |/ |/| wrapFish: add fish shell wrapper package
| * fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien2021-01-11
| |
| * fishPlugins.buildFishPlugin: use wrapFishpacien2021-01-11
| |
| * wrapFish: add fish shell wrapper packagepacien2021-01-05
| | | | | | | | | | | | | | | | | | | | This adds a wrapper for fish which allows creating shells pre-initialised with some completions, functions, and configuration scripts from given paths or from fish plugin packages (`pkgs.fishPlugins.*`). This is especially handy when one wants to try a plugin in an ephemeral shell. GitHub: see https://github.com/NixOS/nixpkgs/pull/107834#discussion_r550612519
* | Merge master into staging-nextgithub-actions[bot]2021-01-09
|\ \
| * \ Merge pull request #105605 from siraben/oksh-initSandro2021-01-09
| |\ \ | | | | | | | | oksh: init at 6.8.1
| | * | oksh: init at 6.8.1Ben Siraphob2020-12-05
| | | |