summary refs log tree commit diff
path: root/pkgs/shells
Commit message (Collapse)AuthorAge
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* nix-bash-completions: 0.6.1 -> 0.6.2Tor Hedin Brønner2018-01-10
|
* nix-zsh-completions: 0.3.6 -> 0.3.7Tor Hedin Brønner2018-01-10
|
* oh-my-zsh: 2017-09-24 -> 2017-12-14Tim Steinbach2018-01-09
|
* treewide: homepage+src updates (found by repology, #33263)Samuel Dionne-Riel2018-01-05
|
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * treewide: Use `depsBuildBuild` for buildPackges.stdenv.ccJohn Ericson2017-12-30
| |
* | fish: 2.7.0 -> 2.7.1Luke Adams2017-12-25
| | | | | | | | Fixes paste bracketing issue with iTerm (macOS)
* | oil: 0.1.0 -> 0.3.0dywedir2017-12-25
|/
* nix-bash-completions: lazy load aware installTor Hedin Brønner2017-12-10
| | | | | | | | `bash-completion` lazy loads completion scripts by looking up the command name in the completion directory. As such we need to create a symlink for every nix command. The problem had been masked by nixos sourcing all completion scripts on startup.
* treewide: checkMeta fixes for x86_64-linuxVladimír Čunát2017-12-07
|
* zsh-prezto: updating "4f19700" -> "0crrj2n"Rok Garbas2017-12-03
|
* nix-zsh-completions: 0.3.5 -> 0.3.6Tor Hedin Brønner2017-12-03
|
* nix-bash-completions: 0.5 -> 0.6Tor Hedin Brønner2017-12-03
|
* dgsh: fix build with glibc 2.26Orivej Desh2017-11-28
|
* fish: enable parallel buildingOrivej Desh2017-11-27
|
* fish: 2.6.0 -> 2.7.0adisbladis2017-11-27
|
* zsh-command-time: init at 2017-05-09 (#32083)Izorkin2017-11-27
|
* antigen: 2.2.1 -> 2.2.2name2017-11-26
|
* xonsh: 0.5.12 -> 0.6.0adisbladis2017-11-26
|
* 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
| |