Commit graph

1103 commits

Author SHA1 Message Date
zowoq cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Robert Schütz cb8a5e5b87
spaceship-prompt: install prompt_spaceship_setup (#94604)
just like in https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=spaceship-prompt-git
2020-08-08 10:30:52 +02:00
R. RyanTM 30469ea4c5 grml-zsh-config: 0.17.3 -> 0.17.4 2020-08-07 00:17:58 -07:00
Tim Steinbach be42a66cd3
oh-my-zsh: 2020-07-30 -> 2020-08-06 2020-08-06 08:37:22 -04:00
Daniël de Kok 9bda6bfa6b
Merge pull request #94752 from herrwiese/for-master/zsh-nix-shell-v0.1.0
zsh-nix-shell: (unstable-)2019-12-20 -> 0.1.0
2020-08-06 12:04:14 +02:00
Andreas Wiese f4dad5c17b zsh-nix-shell: (unstable-)2019-12-20 -> 0.1.0 2020-08-05 13:38:15 +02:00
Martin Weinelt 297bbd9e30
Merge pull request #92508 from mweinelt/powerlevel10k
zsh-powerlevel10k: 1.11.0 -> 1.12.0; gitAndTools.gitstatus: 1.1.3 -> 1.2.2
2020-08-05 13:20:55 +02:00
Frederik Rietdijk 50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Tim Steinbach 0645303fb8
oh-my-zsh: 2020-07-23 -> 2020-07-30 2020-07-31 09:06:33 -04:00
Matthew Bauer d0677e6d45 treewide: add warning comment to “boot” packages
This adds a warning to the top of each “boot” package that reads:

  Note: this package is used for bootstrapping fetchurl, and thus cannot
  use fetchpatch! All mutable patches (generated by GitHub or cgit) that
  are needed here should be included directly in Nixpkgs as files.

This makes it clear to maintainer that they may need to treat this
package a little differently than others. Importantly, we can’t use
fetchpatch here due to using <nix/fetchurl.nix>. To avoid having stale
hashes, we need to include patches that are subject to changing
overtime (for instance, gitweb’s patches contain a version number at
the bottom).
2020-07-31 08:56:53 +02:00
zowoq 3c5750d1cd buildGoModule packages: editorconfig fixes 2020-07-31 13:58:04 +10:00
Daiderd Jordan 8ae686d1b2
Merge pull request #93585 from adrian-gierakowski/fix-dash-on-darwin
dash: fix compilation on darwin
2020-07-27 22:02:41 +02:00
Tim Steinbach d5e90de846
oh-my-zsh: 2020-07-18 -> 2020-07-23 2020-07-23 13:43:01 -04:00
Serg Nesterov 491fe83921
nushell: 0.16.0 -> 0.17.0 2020-07-22 13:57:44 +03:00
Adrian Gierakowski 3020abe5b5 dash: fix compilation on darwin
it has been broken since: adbace3c21
2020-07-21 11:14:06 +01:00
Tim Steinbach 93fc9b99b6
oh-my-zsh: 2020-07-15 -> 2020-07-18 2020-07-20 08:53:45 -04:00
Vladyslav M 6eefefe1aa
elvish: 0.13.1 -> 0.14.0 2020-07-15 23:09:10 +03:00
Tim Steinbach 1ce3f1fadd
oh-my-zsh: 2020-07-14 -> 2020-07-15 2020-07-17 10:22:08 -04:00
Oleksii Filonenko e2299f6ff3
Merge pull request #93206 from r-ryantm/auto-update/antibody
antibody: 6.0.1 -> 6.1.0
2020-07-16 10:52:59 +03:00
R. RyanTM f16d6a7304 antibody: 6.0.1 -> 6.1.0 2020-07-16 01:11:42 +00:00
Tim Steinbach 40d449525a
oh-my-zsh: 2020-07-13 -> 2020-07-14 2020-07-15 09:17:21 -04:00
Tim Steinbach 42d34c7399
oh-my-zsh: 2020-07-09 -> 2020-07-13 2020-07-14 09:20:12 -04:00
Samuel Gräfenstein 153367b0ea
oh-my-zsh: undefine functions that don't work on Nix
Both functions expect oh-my-zsh to be in ~/.oh-my-zsh and try to
modify the directory. This doesn't work, since it is in the
Nix store.
2020-07-13 09:38:18 +02:00
Philipp Adolf 3c8cdbff84 Revert "bashCompletion: speed-up test execution by using xdist"
This reverts commit a85b07cbcb as
executing the tests in parallel makes them flaky. This can be seen very
easily on armv7l machines (and probably other machines that are slower
than common x86_64 machines as well), but is also reproducible on
x86_64.

This fixes #91706.
2020-07-11 11:04:27 +02:00
Mario Rodas 4b3ee09f53
Merge pull request #92718 from KyleOndy/enable-spaceship-prompt-on-darwin
spaceship-prompt: enable on darwin
2020-07-10 00:15:57 -05:00
Ryan Mulligan ec1e9dba9c
Merge pull request #92665 from r-ryantm/auto-update/zsh-completions
zsh-completions: 0.31.0 -> 0.32.0
2020-07-09 16:23:08 -07:00
Tim Steinbach 3430e3ec34
oh-my-zsh: 2020-07-06 -> 2020-07-09 2020-07-09 09:01:37 -04:00
Daniël de Kok 12e255f395
Merge pull request #92754 from r-ryantm/auto-update/dash
dash: 0.5.11 -> 0.5.11.1
2020-07-09 07:26:26 +02:00
R. RyanTM 0eb7b32d77 dash: 0.5.11 -> 0.5.11.1 2020-07-08 23:50:58 +00:00
Kyle Ondy b1792aab12
spaceship-prompt: enable on darwin
This commit enable spaceship-prompt to be used on darwin machines.
2020-07-08 10:43:54 -04:00
Maximilian Bosch e56853f14f
Merge pull request #92669 from r-ryantm/auto-update/zsh-you-should-use
zsh-you-should-use: 1.7.0 -> 1.7.3
2020-07-08 09:19:31 +02:00
R. RyanTM 7589ba3b94 zsh-you-should-use: 1.7.0 -> 1.7.3 2020-07-08 00:47:18 +00:00
R. RyanTM b2d6c9c020 zsh-completions: 0.31.0 -> 0.32.0 2020-07-07 23:40:03 +00:00
Daniël de Kok 4628643852
Merge pull request #92229 from xaverdh/fish-awk-deps
fish: fixup awk references
2020-07-07 20:08:03 +02:00
Daniël de Kok 93f1bb0176
Merge pull request #92513 from dtzWill/update/bash-5.0p17
bash_5: 5.0p16 -> 5.0p17
2020-07-07 14:01:31 +02:00
Tim Steinbach b0a88e2580
oh-my-zsh: 2020-07-05 -> 2020-07-06 2020-07-07 08:00:40 -04:00
Will Dietz b20a7f09e4
bash_5: 5.0p16 -> 5.0p17
https://ftp.gnu.org/gnu/bash/bash-5.0-patches/bash50-017
2020-07-06 17:14:09 -05:00
Martin Weinelt 28534d3863
zsh-powerlevel10k: 1.11.0 -> 1.12.0 2020-07-06 19:48:10 +02:00
Tim Steinbach 3c1b3a08e6
oh-my-zsh: 2020-07-03 -> 2020-07-05 2020-07-06 09:02:55 -04:00
Dominik Xaver Hörl b45a76916e fish: fixup awk references 2020-07-06 11:09:45 +02:00
Mario Rodas 0c9df94772
Merge pull request #92187 from r-ryantm/auto-update/grml-zsh-config
grml-zsh-config: 0.17.2 -> 0.17.3
2020-07-04 06:20:32 -05:00
Tim Steinbach 67557dff2f
oh-my-zsh: 2020-07-01 -> 2020-07-03 2020-07-03 13:14:45 -04:00
R. RyanTM 05bc2118f1 grml-zsh-config: 0.17.2 -> 0.17.3 2020-07-03 15:37:33 +00:00
Tim Steinbach d540649847
oh-my-zsh: 2020-06-28 -> 2020-07-01 2020-07-01 16:36:46 -04:00
Philipp Mildenberger 0717ab5132 nushell: 0.15.0 -> 0.16.0 2020-06-30 23:48:59 +02:00
Tim Steinbach 9893f64b57
oh-my-zsh: 2020-06-26 -> 2020-06-28 2020-06-28 14:24:14 -04:00
Maximilian Bosch 701720bfe1
Merge pull request #90714 from Philipp-M/fix-nushell-checkphase
nushell: add checkPhase without --target which causes failing tests
2020-06-28 18:18:09 +02:00
Tim Steinbach fb5cb30fb0
oh-my-zsh: 2020-06-23 -> 2020-06-26 2020-06-26 08:21:02 -04:00
Tim Steinbach 1ddbd8ce8a
oh-my-zsh: 2020-06-19 -> 2020-06-23 2020-06-24 08:25:10 -04:00
Tim Steinbach 7bbca84761
oh-my-zsh: 2020-06-18 -> 2020-06-19 2020-06-22 08:36:11 -04:00