summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* powershell: 6.0.3 -> 6.0.4Yurii Rashkovskii2018-08-13
|
* Merge pull request #43282 from Ma27/support-external-zsh-pluginsSilvan Mosberger2018-08-12
|\ | | | | nixos/ohMyZsh: allow multiple derivations in `ZSH_CUSTOM`
| * lambda-mod-zsh-theme: add hooks and patch shebangsMaximilian Bosch2018-08-05
| | | | | | | | | | | | | | | | | | This ensures that no impurity exists due to implicitly depending on`/usr/bin/env`. It stores the theme into `$out/share/zsh/themes` to make it possible to find theme using `buildEnv` and remain consistent with other ZSH extensions.
| * nix-zsh-completions: install nix.plugin.zsh and init.zsh as wellMaximilian Bosch2018-08-05
| | | | | | | | | | | | | | These files feature simple aliases and a nix-shell detector when using `nix-shell --run zsh`. The package itself contains the completion scripts in `$out/share/zsh/site-functions` (to keep it compatible with ZSH-only setups) and the plugins in `$out/share/zsh/plugins` for oh-my-zsh.
* | antibody: 3.5.1 -> 3.6.1 (#44481)worldofpeace2018-08-05
|/
* oh-my-zsh: 2018-04-25 -> 2018-07-29Tim Steinbach2018-07-29
|
* zsh-command-time: disable exec flagIzorkin2018-07-27
|
* Merge pull request #43912 from r-ryantm/auto-update/powershellFrederik Rietdijk2018-07-22
|\ | | | | powershell: 6.0.2 -> 6.0.3
| * powershell: 6.0.2 -> 6.0.3R. RyanTM2018-07-21
| | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/powershell/versions.
* | Merge pull request #43861 from dywedir/elvishJörg Thalheim2018-07-21
|\ \ | | | | | | elvish: 0.11 -> 0.12
| * | elvish: 0.11 -> 0.12Vladyslav Mykhailichenko2018-07-20
| |/
* / pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|/
* zsh-command-time: 2017-05-09 -> 2018-04-30Izorkin2018-07-12
|
* xonsh: 0.6.7 -> 0.6.8 (#42930)R. RyanTM2018-07-05
| | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xon.sh had a zero exit code or showed the expected version - /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/.xonsh-wrapped passed the binary check. - /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8/bin/xonsh passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - found 0.6.8 with grep in /nix/store/yp41kipqmmsjl0ldi4b16z2590shv9dp-xonsh-0.6.8 - directory tree listing: https://gist.github.com/e53ad25422aa303572f4452029cb65b3 - du listing: https://gist.github.com/0c29b7c27c01e8d34986163ba00f1615
* gradle-completion: init at 1.3.1 (#42929)Maximilian Bosch2018-07-05
| | | | | | | | | | | | | | | | | | | This package adds completion scripts for `gradle` on the `bash` and `zsh` shells. The completions can be enabled like this: ``` { pkgs, ... }: { environment.systemPackages = [ pkgs.gradle pkgs.gradle-completion ]; programs.zsh.enable = true; } ``` The package stores the scripts into the expected directories in `$out/share` to ensure that the shells can easily find their scripts. Closes #42799
* antibody: 3.5.0 -> 3.5.1 (#42818)worldofpeace2018-06-30
|
* treewide: http -> httpsRyan Mulligan2018-06-29
|
* elish: add shellPath attributeMatthew Bauer2018-06-29
| | | Fixes #42764
* treewide: http -> https sources (#42676)Silvan Mosberger2018-06-28
| | | | | | | | | * treewide: http -> https sources This updates the source urls of all top-level packages from http to https where possible. * buildtorrent: fix url and tab -> spaces
* Merge branch 'master' into stagingVladimír Čunát2018-06-20
|\ | | | | | | ~6k rebuilds per platform (mainly haskellPackages, I think).
| * xonsh: 0.6.6 -> 0.6.7R. RyanTM2018-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/xon.sh had a zero exit code or showed the expected version - /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/.xonsh-wrapped passed the binary check. - /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7/bin/xonsh passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - found 0.6.7 with grep in /nix/store/mb1vva59dwhq6yzqf98gkygljbzpdf37-xonsh-0.6.7 - directory tree listing: https://gist.github.com/1d8694bad62c300714d6658deedc7ec0 - du listing: https://gist.github.com/2d8baff97fce82b5ba4ded4746d954a0
* | Merge pull request #41779 from dtzWill/update/bash-4.4p23Yegor Timoshenko2018-06-15
|\ \ | |/ |/| bash: 4.4p19 -> 4.4p23
| * bash: 4.4p19 -> 4.4p23Will Dietz2018-06-10
| |
* | powershell: autoPatchelfHook/makeWrapper belongs to nativeBuildInputsJörg Thalheim2018-06-13
| |
* | powershell: fix the buildYurii Rashkovskii2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | For some reason, building powershell derivation started failing with these errors: ``` liblttng-ust.so.0 -> not found! ... libpam.so.0 -> not found! ``` This patch adds these dependencies
* | antibody: 3.4.6 -> 3.5.0 (#41746)worldofpeace2018-06-10
|/
* tcsh: build for darwin too!Will Dietz2018-06-09
|
* tcsh: patch to fix w/muslWill Dietz2018-06-09
|
* Merge pull request #41702 from r-ryantm/auto-update/grml-zsh-configJörg Thalheim2018-06-08
|\ | | | | grml-zsh-config: 0.14.3 -> 0.15.0
| * grml-zsh-config: 0.14.3 -> 0.15.0R. RyanTM2018-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/grml-zsh-config/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/f301ffb4e2c7eb9a9e2a03bc7291a958 - du listing: https://gist.github.com/810ea8b2fb0bfc9f2bd5eee5e90fce2a
* | xonsh: 0.6.4 -> 0.6.6R. RyanTM2018-06-07
|/ | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xon.sh had a zero exit code or showed the expected version - /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/.xonsh-wrapped passed the binary check. - /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6/bin/xonsh passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - found 0.6.6 with grep in /nix/store/n2hvc59jjmqfww86pqz7w6hmr7wlklbw-xonsh-0.6.6 - directory tree listing: https://gist.github.com/dba795a63cf24871f010baf56dba68d0 - du listing: https://gist.github.com/afde349bcf27d995e595d895941de9de
* PowerShell: init at 6.0.2Yurii Rashkovskii2018-06-04
|
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-23
|\ | | | | | | Use newer vagrant from master
| * zsh-autosuggestions: 0.4.2 -> 0.4.3 (#40949)R. RyanTM2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/zsh-autosuggestions/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.4.3 with grep in /nix/store/dvwkp03wvr20n7yf3738hxsl9h1ab02i-zsh-autosuggestions-0.4.3 - directory tree listing: https://gist.github.com/dd361ac28a6f251b013a1fafa71c394e - du listing: https://gist.github.com/cb334bbb9559eb43e36794d276a97db9
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-21
|\|
| * dash: 0.5.10.1 -> 0.5.10.2R. RyanTM2018-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dash/versions. These checks were done: - built on NixOS - /nix/store/shdckmx580jc9c283dxlnl47gfj5lykc-dash-0.5.10.2/bin/dash passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/f099316518721d966018e207da80b59f - du listing: https://gist.github.com/943c0fa7050582ee37c58883869edf64
| * xonsh: 0.6.3 -> 0.6.4 (#40821)R. RyanTM2018-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions. These checks were done: - built on NixOS - Warning: no invocation of /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/xon.sh had a zero exit code or showed the expected version - /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/.xonsh-wrapped passed the binary check. - /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4/bin/xonsh passed the binary check. - 2 of 3 passed binary check by having a zero exit code. - 2 of 3 passed binary check by having the new version present in output. - found 0.6.4 with grep in /nix/store/zdkhffpw9yfjkxi877mildima9kp7skm-xonsh-0.6.4 - directory tree listing: https://gist.github.com/f4e56948f12666dc9fa8965e32e1844e - du listing: https://gist.github.com/de490af4f1967c7d07e86d7068da2c32
* | Merge branch 'master' into stagingVladimír Čunát2018-05-20
|\|
| * Merge pull request #40742 from worldofpeace/antibodySamuel Leathers2018-05-19
| |\ | | | | | | antibody: init at 3.4.6
| | * antibody: init at 3.4.6worldofpeace2018-05-19
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2018-05-18
|\| | | | | | | | | | | | | | Conflicts: pkgs/top-level/all-packages.nix
| * | dash: 0.5.10 -> 0.5.10.1 (#40677)R. RyanTM2018-05-17
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dash/versions. These checks were done: - built on NixOS - /nix/store/xdfhswm4pr989ad5582dphj02nlhd09g-dash-0.5.10.1/bin/dash passed the binary check. - 1 of 1 passed binary check by having a zero exit code. - 0 of 1 passed binary check by having the new version present in output. - directory tree listing: https://gist.github.com/c7533f80b4151e29fb67f31acbea016b - du listing: https://gist.github.com/455f25b553fefbc281441c80772198d1
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-14
|\|
| * xonsh: 0.6.1 -> 0.6.3R. RyanTM2018-05-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/xonsh/versions. These checks were done: - built on NixOS - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped -h’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped --help’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped help’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped -V’ and found version 0.6.3 - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/.xonsh-wrapped --version’ and found version 0.6.3 - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh -h’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh --help’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh help’ got 0 exit code - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh -V’ and found version 0.6.3 - ran ‘/nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3/bin/xonsh --version’ and found version 0.6.3 - found 0.6.3 with grep in /nix/store/prjh0vgnnn80ba9im4j9minjivsa8bj4-xonsh-0.6.3 - directory tree listing: https://gist.github.com/c4698aa16268961773b245a4b849a9f0 - du listing: https://gist.github.com/db7c65ccf5f4bf3c4457401c300d1862
* | Merge remote-tracking branch 'upstream/master' into stagingMatthew Bauer2018-05-08
|\|
| * dash: 0.5.9.1 -> 0.5.10R. RyanTM2018-05-07
| | | | | | | | | | | | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/dash/versions. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - directory tree listing: https://gist.github.com/ac71c74097484baeb4301fc8048b372d
* | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-05-03
|\|
| * nix-zsh-completions: 0.3.9 -> 0.4.0Tor Hedin Brønner2018-05-02
| | | | | | | | Fix a nasty regression when completing eg. `-f`.
* | Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer2018-05-02
|\ \ | |/ |/|
| * bash: simplify expression, add `withDocs` optionJan Malakhovski2018-04-25
| |