summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* 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
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-01-08
|\| | |
| * | | oh-my-zsh: 2021-01-05 → 2021-01-07Tim Steinbach2021-01-08
| | | |
* | | | Merge branch 'master' into staging-nextJan Tojnar2021-01-07
|\| | | | | | | | | | | | | | | https://github.com/NixOS/nixpkgs/commit/b04fc593e7b55fe1f74421b11589f12a339c92e2 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
| * | | oh-my-zsh: 2021-01-04 → 2021-01-05Tim Steinbach2021-01-06
| | |/ | |/|
| * | Merge pull request #107834 from pacien/fishPlugins-initMichele Guerini Rocco2021-01-05
| |\ \ | | | | | | | | fishPlugins: create scope and add some plugins
| | * | fish-foreign-env: move to fishPlugins.foreign-envpacien2021-01-04
| | | | | | | | | | | | | | | | | | | | And relocate the installed fish functions to the `vendor_functions.d` so that they're automatically loaded.
| | * | fishPlugins.pure: init at 3.4.2pacien2021-01-04
| | | |
| | * | fishPlugins.fishtape: init at 2.1.3pacien2021-01-04
| | | |
| | * | fishPlugins: bootstrap fish plugin scopepacien2021-01-04
| | | |
| * | | oh-my-zsh: 2021-01-02 → 2021-01-04Tim Steinbach2021-01-05
| | | |
| * | | tcsh: 6.22.02 -> 6.22.03AndersonTorres2021-01-05
| |/ /
* | | Merge staging-next into staginggithub-actions[bot]2021-01-04
|\| |
| * | Merge pull request #105301 from antifuchs/zsh-purityDoron Behar2021-01-04
| |\ \ | | | | | | | | zsh: Disable compiling in /usr/local/... as the site-function directory
| | * | zsh: Disable compiling in /usr/local/... as the site fndirAndreas Fuchs2020-11-28
| | |/ | | | | | | | | | | | | | | | | | | With the default configure flags, zsh compiles in a reference to the "site function" directory that's outside the store path. Under the right (wrong) circumstances, other builds using zsh can be affected by these functions.
* | | treewide: remove enableParallelBuilding = true if using cmakeBen Siraphob2021-01-03
| | |
* | | Merge staging-next into stagingzowoq2021-01-03
|\| |
| * | oh-my-zsh: 2021-01-01 → 2021-01-02Tim Steinbach2021-01-02
| | |
| * | oh-my-zsh: 2020-12-31 → 2021-01-01Tim Steinbach2021-01-01
| | |
* | | Merge staging-next into staginggithub-actions[bot]2020-12-31
|\| |
| * | oh-my-zsh: 2020-12-30 → 2020-12-31Tim Steinbach2020-12-31
| | |
* | | Merge staging-next into stagingFrederik Rietdijk2020-12-31
|\| |
| * | Merge pull request #108011 from veehaitch/any-nix-shell-v1.2.0Sandro2020-12-31
| |\ \ | | | | | | | | any-nix-shell: 1.1.0 -> 1.2.0
| | * | any-nix-shell: 1.1.0 -> 1.2.0Vincent Haupert2020-12-31
| | | |
| * | | oh-my-zsh: 2020-12-28 → 2020-12-30Tim Steinbach2020-12-30
| |/ /