about summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* nix-bash-completions: 0.4 -> 0.5Tor Hedin Brønner2017-11-21
| | | | Various improvements and bugfixes.
* nix-zsh-completions: 0.3.3 -> 0.3.5Tor Hedin Brønner2017-11-21
| | | | | Various improvements including attribute completion when supplying a cached url as a repo.
* zsh-prezto: rehash with fetchpatchOrivej Desh2017-11-21
|
* xonsh: 0.4.3 -> 0.5.12Joerg Thalheim2017-11-21
|
* zsh-powerlevel9k: init at 2017-11-10Pierre Chevalier2017-11-18
| | | | | To use, add this option to your configuration.nix: `programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel9k}/share/zsh-powerlevel9k/powerlevel9k.zsh-theme";`
* fish-foreign-env: suppress additional harmless warningsYurii Rashkovskii2017-11-14
| | | | | | | | | | | | As per #30645, fish with fish-foreign-env prints this (harmless) warning: ``` set: Tried to change the read-only variable “_” ``` This patch was developed by @rnhmjoj in the aforementioned issue discussion
* nix-zsh-completions: 0.3.2 -> 0.3.3Tor Hedin Brønner2017-11-13
| | | | Some minor fixes.
* nix-bash-completions: 0.2 -> 0.4Tor Hedin Brønner2017-11-13
| | | | | A bunch of fixes, and now completes attribute paths when `<nixpkgs>` syntax as file input.
* nix-bash-completions: 0.1 -> 0.2Tor Hedin Brønner2017-11-11
| | | | Fix stray print debugging line which stopped the script from working.
* nix-bash-completions: init at 0.1Tor Hedin Brønner2017-11-11
| | | | Bash completion for almost all nix* commands, including nix-1.12.
* Merge pull request #31390 from Ma27/fix-buildphase-expressionsOrivej Desh2017-11-11
|\ | | | | treewide: get rid of invalid `buildPhases` argument
| * treewide: get rid of invalid `buildPhases` argumentMaximilian Bosch2017-11-08
| | | | | | | | | | | | | | | | | | I don't know where this comes from (I accidentally did that as well once), but some derivations seem to use `buildPhases` rather than `phases` in their derivations. This kills all improper usages as the lack of a `phases` argument didn't break the build, so this can be safely removed.
* | Change many homepage urls from http to https #30636Pascal Wittmann2017-11-10
|/
* nix-zsh-completions: 0.3.1 -> 0.3.2Tor Hedin Brønner2017-11-06
| | | | Adds support for nix1.12 and various improvements.
* Merge pull request #31205 from mimadrid/update/zsh-syntax-highlighting-0.6.0Jörg Thalheim2017-11-03
|\ | | | | zsh-syntax-highlighting: 0.5.0 -> 0.6.0
| * zsh-syntax-highlighting: 0.5.0 -> 0.6.0mimadrid2017-11-03
| |
* | zsh-completions: 0.26.0 -> 0.27.0mimadrid2017-11-03
|/
* ion: 1.0.3 -> 1.0.5dywedir2017-10-23
|
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* Merge branch 'master' into stagingVladimír Čunát2017-10-14
|\ | | | | | | Hydra: ?compare=1401528
| * antigen: init at 2.2.1 (#27266)bugworm2017-10-10
| | | | | | | | | | | | * Added antigen * Repaced link to releases
* | Merge branch 'master' into stagingVladimír Čunát2017-10-09
|\| | | | | | | Hydra: ?compare=1400181
| * lambda-mod-zsh-theme: 2017-07-05 -> 2017-10-08Maximilian Bosch2017-10-08
| |
* | Get rid of most @rpath nonsense on DarwinDan Peebles2017-10-08
|/ | | | | | This requires some small changes in the stdenv, then working around the weird choice LLVM made to hardcode @rpath in its install name, and then lets us remove a ton of annoying workaround hacks in many of our Go packages. With any luck this will mean less hackery going forward.
* oh-my-zsh: 2017-06-22 -> 2017-09-24Tim Steinbach2017-09-26
|
* elvish: 0.9 -> 0.10; fix darwin build (#29587)Diego Zamboni2017-09-21
| | | | | | | | | | | * First attempt at making elvish compile on darwin * Fixed cyclic dependency on darwin This fixes the "cycle detected in the references of" error when building on darwin. The fix is based on the solution in issue #18131. * Use version 0.10 and not 0.10.1, which is not officially released yet
* oil: 0.0.0 -> 0.1.0Linus Heckemann2017-09-21
|
* grml-zsh-config: generalize support to unix systemsIgnat Loskutov2017-09-01
|
* Merge pull request #28779 from vyp/deerJörg Thalheim2017-08-31
|\ | | | | deer: init at 1.4
| * deer: simpler perl patchJörg Thalheim2017-08-31
| |
| * deer: init at 1.4xd1le2017-08-31
| | | | | | | | | | | | | | | | | | I wrote the patch. Unfortunately it's Nix specific because upstream rejected it because Ubuntu Trusty's version of realpath doesn't seem to have the `--relative-to` option. (Upstream used to use realpath before). But for Nix, our version of realpath is recent enough. Also, upstream will probably use realpath again anyway in May 2019 when Ubuntu Trusty becomes unsupported, so this patch should probably be used.
* | zsh: 5.4.1 -> 5.4.2Tim Steinbach2017-08-29
| |
* | mksh: 55 -> 56bJoachim Fasting2017-08-29
| |
* | Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk2017-08-21
|\ \ | |/ |/|
| * Merge #27424: stdenv: Don't put man pages into $docVladimír Čunát2017-08-13
| |\
| | * bashInteractive: Fix manpages since previous commitsTuomas Tynkkynen2017-08-11
| | |
| | * treewide: Add man & info outputs where necessary (instead of doc)Tuomas Tynkkynen2017-08-11
| | | | | | | | | | | | | | | Because man & info pages won't be going to $doc after the next commit. Scripted change for the files having one-package-per-file.
* | | bash: cleanup unused fileKlaas van Schelven2017-08-18
|/ / | | | | | | | | The only usage location was removed in f803270b7e00fa7124282809838d5652083b6aad Grepping for bash-4.3 yields no results
* | Merge pull request #28197 from mimadrid/update/zsh-5.4.1Jörg Thalheim2017-08-12
|\ \ | | | | | | zsh: 5.3.1 -> 5.4.1
| * | zsh: 5.3.1 -> 5.4.1mimadrid2017-08-12
| | |
* | | Merge pull request #27971 from Profpatsch/fish-config-fixJörg Thalheim2017-08-12
|\ \ \ | |_|/ |/| | Fish config fix
| * | fish: add fish_config testsProfpatsch2017-08-05
| | | | | | | | | | | | | | | Checks whether the fish_config script does run. Cannot check running the web server though (since that requires a port).
| * | fish: fix the fish_config toolProfpatsch2017-08-05
| |/ | | | | | | It requires a python interpreter to work.
* | oil: init at 0.0.0Linus Heckemann2017-08-06
| |
* | grml-zsh-config: 0.12.4 -> 0.14.2 (#27961)Roman Volosatovs2017-08-06
|/ | | | | | * grml-zsh-config: 0.12.4 -> 0.14.2 * grml-zsh-config: fix typo
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* zsh-completions: 0.25.0 -> 0.26.0Franz Pletz2017-08-01
|
* bash-completion: 2.5 -> 2.7Robert Helgesson2017-07-19
|
* dash: 0.5.8 -> 0.5.9.1Joachim Fasting2017-07-13
| | | | Contains mostly fixes as far as I can tell.
* nix-zsh-completions: add missing version to derivation nameOle Jørgen Brønner2017-07-10
|