Charlotte 🦝 Delenk
d3c3502749
powerlevel10k: 1.6.0 -> 1.6.1
...
This update does not change the required gitstatus version.
2022-02-10 19:45:26 +01:00
Martin Weinelt
3672c4a7d8
Merge pull request #158996 from DarkKirb/gitstatus-1.5.3
2022-02-10 18:56:06 +01:00
Charlotte 🦝 Delenk
d2e1ce4ea2
zsh-powerlevel10k: update gitstatus version
2022-02-10 18:13:31 +01:00
Vladimír Čunát
1a17758b78
fish: upstream patch to fix tests after pcre2 update
2022-02-10 14:12:10 +01:00
Martin Weinelt
1b60d0f08e
Merge pull request #154679 from mweinelt/zsh-p10k
2022-02-09 23:36:43 +01:00
Sandro Jäckel
830435ccc3
bash: 5.1p12 -> 5.1p16
2022-02-01 13:17:11 +01:00
R. Ryantm
47a980581f
oh-my-zsh: 2021-12-18 -> 2022-01-18
2022-01-31 10:01:00 -08:00
zowoq
d5bde89a4b
zsh-history: update vendorSha256
2022-01-31 11:50:28 +10:00
happysalada
1110cfeb7c
oil: 0.9.6 -> 0.9.7
2022-01-30 12:12:59 -05:00
Massimo Redaelli
b9c4739708
carapace: init at 0.8.10
2022-01-30 17:50:30 +01:00
Pascal Bach
58c4bc989f
Merge pull request #155362 from kampka/dash-test
...
dash: add test
2022-01-25 22:18:30 +01:00
Daniel Gagnon
a5beb54cf0
nushell: 0.42.0 -> 0.43.0
2022-01-20 15:15:05 -05:00
Christian Kampka
ce00fa6d26
dash: add test
2022-01-17 13:37:04 +01:00
Robert Schütz
d5cceedbd1
python,pythonPackages: make aliases
...
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Martin Weinelt
159af50269
zsh-powerlevel10k: 1.15.0 -> 1.16.0
2022-01-12 00:44:17 +01:00
Will Cohen
9b7691cbb4
zsh: exclude util-linux on darwin
2022-01-11 14:00:32 -05:00
Will Cohen
75d64f2c19
zsh: remove superfluous darwin postInstall make
2022-01-10 22:20:16 -05:00
Will Cohen
845f228ff8
zsh: fix build on darwin
2022-01-10 12:57:34 -05:00
Bernardo Meurer
4a7b0213ef
Merge pull request #154129 from Enzime/fix/zsh-custom-src
...
zsh: Support building from Git checkouts
2022-01-10 13:47:43 +00:00
Bernardo Meurer
eab138577c
Merge pull request #153955 from holymonson/prezto
2022-01-10 04:56:57 +00:00
Bernardo Meurer
5d3c9ddee1
Merge pull request #153623 from sei40kr/zsh-history-search-multi-word
...
zsh-history-search-multi-word: init at unstable-2021-11-13
2022-01-09 18:18:52 +00:00
Aaron Bieber
71930ab2f4
yash: init at 2.52
2022-01-09 06:48:36 -07:00
Michael Hoang
7ada385af0
zsh: Support building from Git checkouts
...
A pregenerated `./configure` script is included with `zsh` release
tarballs which makes it so that `zsh` won't build Git checkouts without
`autoreconfHook`.
There are also other files that were pregenerated and included in
releases so a few other tools are necessary to successfully build `zsh`.
We can also build the docs ourselves instead of using the `docs`
tarball.
This means that users can now easily override the `zsh` derivation:
pkgs.zsh.overrideAttrs (old: {
src = fetchgit {
url = "https://git.code.sf.net/p/zsh/code.git ";
rev = "zsh-5.8";
sha256 = "sha256-Gou2UgafLHnZnG2X8DulidOTO1idTQpnZ3DicZuhCZc=";
};
})
2022-01-09 22:56:36 +11:00
Monson Shao
9bcdcb6199
zsh-prezto: unstable-2021-06-02 → unstable-2021-11-16
2022-01-08 06:42:32 +00:00
Seong Yong-ju
769340d3c0
zsh-history-search-multi-word: init at unstable-2021-11-13
2022-01-06 03:10:58 +09:00
AndersonTorres
8e601dc338
tcsh: 6.23.00 -> 6.23.02
2022-01-04 01:57:33 -03:00
cherryblossom
fae46e66a5
elvish: move test to installCheckPhase
2022-01-04 00:30:56 +11:00
cherryblossom
5773043ac1
elvish: properly set buildinfo via ldflags
...
As of [this commit][1] (v0.16.0), the module path of Elvish changed from
`github.com/elves/elvish` to `src.elv.sh`. This is also reflected in the
updated [packaging instructions][2].
This commit updates the `ldflags` in the derivation to use the new
module path so that `buildinfo.Reproducible` is correctly set to `true`.
[1]: 196eea21d4
[2]: https://github.com/elves/elvish/blob/master/PACKAGING.md
2022-01-03 14:09:26 +11:00
Anderson Torres
d1b49d1d02
Merge pull request #153110 from fehnomenal/elvish-correct-executable
...
elvish: fix building unusable executable
2022-01-02 10:37:28 -03:00
Vlad M
6b51053767
Merge pull request #153172 from r-ryantm/auto-update/nushell
...
nushell: 0.41.0 -> 0.42.0
2022-01-02 10:13:34 +02:00
R. Ryantm
df31f75c1a
nushell: 0.41.0 -> 0.42.0
2022-01-02 07:24:35 +00:00
Andreas Fehn
54e83f150d
elvish: fix building unusable executable
...
Two executables with conflicting names were build where the latter one
will not start the interactive shell.
2022-01-01 22:58:36 +01:00
Artturi
1a66fe1035
Merge pull request #152011 from Artturin/removebash4
...
bash_4: remove
2022-01-01 08:07:09 +02:00
happysalada
c923ed078c
oil: 0.9.5 -> 0.9.6
2021-12-30 08:32:20 -05:00
Ben Siraphob
39a0a70d29
treewide: fix homepages with permanent redirect to https
2021-12-29 22:06:47 +07:00
Mario Rodas
30fdf8e39a
Merge pull request #151529 from r-ryantm/auto-update/elvish
...
elvish: 0.16.3 -> 0.17.0
2021-12-26 16:01:05 -05:00
Maximilian Bosch
77b0d2f129
Merge pull request #152085 from r-ryantm/auto-update/powershell
...
powershell: 7.2.0 -> 7.2.1
2021-12-25 15:01:13 +01:00
Felix Bühler
a112ff84eb
Merge pull request #149678 from Stunkymonkey/treewide-pname-version-4
...
treewide: use pname&version instead of name
2021-12-25 13:56:08 +01:00
R. Ryantm
0bec88c4f7
powershell: 7.2.0 -> 7.2.1
2021-12-25 11:30:29 +00:00
rembo10
c16baf2d77
fish: remove util-linux
2021-12-24 10:17:04 -08:00
Artturin
233c7e8ec5
bash_4: remove
...
it was brought back in for the output size but that issue has been fixed
40a6918af3
nothing in nixpkgs uses bash_4
2021-12-24 17:00:32 +02:00
Felix Buehler
b5e0221e44
treewide: use pname&version instead of name
2021-12-24 15:51:27 +01:00
Felix Buehler
989e950f48
buildDotnetPackage: rename baseName to pname
2021-12-23 22:46:35 +01:00
R. Ryantm
bb64576d36
elvish: 0.16.3 -> 0.17.0
2021-12-21 09:58:34 +00:00
R. Ryantm
bd06f1e3eb
oh-my-zsh: 2021-12-16 -> 2021-12-18
2021-12-18 16:18:38 +00:00
Tom Payne
26927f75e4
Update zinit meta information to match source
2021-12-17 17:12:58 +00:00
R. Ryantm
7189641444
oh-my-zsh: 2021-12-13 -> 2021-12-16
2021-12-17 01:31:23 +00:00
R. Ryantm
a2ac149774
oh-my-zsh: 2021-12-13 -> 2021-12-13
2021-12-15 09:11:02 +00:00
Daniel Gagnon
241f4f2106
nushell: 0.40.0 -> 0.41.0
2021-12-13 18:26:11 -05:00
R. Ryantm
91d8fa7cd1
oh-my-zsh: 2021-12-07 -> 2021-12-13
2021-12-13 13:11:58 -05:00
Jörg Thalheim
437668da00
Merge pull request #149807 from r-ryantm/auto-update/oil
...
oil: 0.9.4 -> 0.9.5
2021-12-09 10:08:02 +00:00
R. Ryantm
8cd6d723a3
oil: 0.9.4 -> 0.9.5
2021-12-09 08:31:46 +00:00
R. Ryantm
7e3e1a8e47
oh-my-zsh: 2021-12-02 -> 2021-12-07
2021-12-08 09:20:19 -05:00
R. Ryantm
ca1f2a9ed2
oh-my-zsh: 2021-11-11 -> 2021-12-02
2021-12-06 09:52:58 -05:00
markuskowa
4b6238b7f3
Merge pull request #144441 from r-ryantm/auto-update/loksh
...
loksh: 6.9 -> 7.0
2021-12-05 14:57:30 +01:00
pacien
25d88c7c6f
fishPlugins.fzf-fish: 7.3 -> 7.4
2021-12-04 02:18:19 +01:00
github-actions[bot]
941a6593c8
Merge master into staging-next
2021-11-30 00:01:51 +00:00
Sandro
850faa3f51
Merge pull request #144611 from Gerschtli/add-zsh-completion
2021-11-29 21:04:09 +01:00
github-actions[bot]
017d32f216
Merge master into staging-next
2021-11-28 18:00:57 +00:00
Robert Hensing
7658c0dfc8
Merge pull request #145830 from l0b0/fix-shellcheck-lints
...
bash: Fix shellcheck lint
2021-11-28 13:59:31 +01:00
github-actions[bot]
9c838c8b51
Merge master into staging-next
2021-11-28 00:02:51 +00:00
mingmingrr
f622890f9b
xonsh: 0.10.1 -> 0.11.0
2021-11-27 14:19:26 -05:00
github-actions[bot]
b529eccbb3
Merge master into staging-next
2021-11-26 18:01:19 +00:00
Thiago Kenji Okada
62a7edf5d1
Merge pull request #147454 from daniel-g-gagnon/nushell-0.40
...
nushell: 0.39.0 -> 0.40.0
2021-11-26 13:31:17 -03:00
Thiago Kenji Okada
6f4eab2bd1
Merge pull request #147459 from samueldr/fix/nix-bash-completion-2.4
...
Fix bash completion for stable nix-* commands with Nix 2.4
2021-11-26 10:32:51 -03:00
github-actions[bot]
956b399ffa
Merge master into staging-next
2021-11-26 12:01:30 +00:00
Bobby Rong
2cbda72c3f
Merge pull request #147072 from Vonfry/update/fzf-tab
...
zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12
2021-11-26 18:53:05 +08:00
Samuel Dionne-Riel
8608d393e8
nix-bash-completions: Reduce priority for Nix 2.4
...
Reducing the priority makes the system build prefer the Nix-provided
completions, for e.g. the new `nix` commands.
2021-11-26 02:17:15 -05:00
Daniel Gagnon
eb2107cd07
nushell: 0.39.0 -> 0.40.0
2021-11-26 00:20:57 -05:00
Tobias Happ
0235225a3c
zsh-better-npm-completion: init at unstable-2019-11-19
2021-11-25 21:39:02 +01:00
github-actions[bot]
b244d0edca
Merge master into staging-next
2021-11-25 00:01:54 +00:00
legendofmiracles
e5f9c5215a
hilbish: 0.6.1 -> 0.7.1
2021-11-24 13:51:14 -08:00
Victor Engmark
34f54b0c83
bash: Quote variable reference
...
ShellCheck SC2086.
2021-11-23 20:35:45 +13:00
Vonfry
d3db4bfcb3
zsh-fzf-tab: unstable-2021-08-05 -> unstable-2021-11-12
2021-11-23 08:41:45 +08:00
github-actions[bot]
197135904f
Merge staging-next into staging
2021-11-21 00:02:25 +00:00
happysalada
8886aa29fa
oil: 0.9.3 -> 0.9.4
2021-11-20 18:06:38 -05:00
Julien Moutinho
f91691f6a8
bash: update patches ( #146463 )
2021-11-20 03:46:17 +09:00
Thiago Kenji Okada
1688438d2c
Merge pull request #146272 from KyleOndy/zsh-vi-mode
...
zsh-vi-mode: init at v0.8.5
2021-11-19 13:16:11 -03:00
Kyle Ondy
e7e3480530
zsh-vi-mode: init at v0.8.5
...
Adding [zsh-vi-mode] at version `0.8.5`.
[zsh-vi-mode]: https://github.com/jeffreytse/zsh-vi-mod
2021-11-19 11:10:09 -05:00
AndersonTorres
7f08416298
tcsh: 6.22.04 -> 6.23.00
2021-11-18 18:04:05 -03:00
figsoda
009c1d5b6d
nushell: use buildFeatures
2021-11-16 08:11:54 -05:00
Janne Heß
51befa6cdc
Merge pull request #145951 from Mic92/zsh-fast-syntax-highlighting
2021-11-15 21:16:03 +01:00
Andreas Fuchs
1c72fa65ed
nix-zsh-completions: Lower priority to avoid collisions with nix
...
Both it and nix >=2.4 install a _nix zsh completion definition. The
one in nix should take precedence, so let's lower this package's
priority.
2021-11-14 22:06:45 +01:00
Jörg Thalheim
603254bab2
zsh-fast-syntax-highlighting: new upstream url
2021-11-14 17:07:55 +01:00
Jörg Thalheim
1739fa5fe8
Merge pull request #145888 from sei40kr/zdharma-continuum-zinit
...
zinit: zdharma/zinit -> zdharma-continuum/zinit
2021-11-14 11:54:41 +00:00
Seong Yong-ju
4d53964801
zinit: zdharma/zinit -> zdharma-continuum/zinit
...
zdharma/zinit was suddenly deleted and no longer exists now.
Make the derivation to refer a fork, zdharma-continuum/zinit.
2021-11-14 19:04:42 +09:00
R. Ryantm
916603e490
oh-my-zsh: 2021-10-27 -> 2021-11-11
2021-11-14 06:17:42 +00:00
Jörg Thalheim
8ec6381bbd
Merge pull request #145207 from starcraft66/powershell-aarch64-darwin
...
powershell: 7.1.4 -> 7.2.0
2021-11-11 07:37:18 +00:00
Felix Bühler
f5c12e8311
treewide: replace '-git' packages with 'unstable-' in version ( #145396 )
2021-11-10 16:21:47 -05:00
Tristan Gosselin-Hane
4c4f6a4793
powershell: remove misleading comment
2021-11-10 12:17:22 -05:00
Tristan Gosselin-Hane
92fae32312
powershell: 7.1.4 -> 7.2.0
2021-11-09 10:25:47 -05:00
Janne Heß
f63fb1b85e
Merge pull request #143242 from Enzime/fix/git-stash-drop-completions
2021-11-06 19:07:02 +01:00
Bobby Rong
2bc9f62456
Merge pull request #144488 from r-ryantm/auto-update/nushell
...
nushell: 0.38.0 -> 0.39.0
2021-11-04 08:52:38 +08:00
Artturi
7208ebc030
Merge pull request #144494 from r-ryantm/auto-update/oksh
...
oksh: 6.9 -> 7.0
2021-11-03 21:04:25 +02:00
R. Ryantm
e3e3c0fcb8
oksh: 6.9 -> 7.0
2021-11-03 17:29:22 +00:00
R. Ryantm
5fbeb7902a
nushell: 0.38.0 -> 0.39.0
2021-11-03 16:55:50 +00:00
R. Ryantm
17b1406f8c
loksh: 6.9 -> 7.0
2021-11-03 12:44:16 +00:00
Mario Rodas
f8cd75b516
Merge pull request #143463 from r-ryantm/auto-update/spaceship-prompt
...
spaceship-prompt: 3.14.1 -> 3.15.0
2021-11-03 06:58:38 -05:00
Mario Rodas
00af64cee3
nsh: init at 0.4.2
2021-10-30 04:20:00 +00:00
R. Ryantm
b3e589f2bf
spaceship-prompt: 3.14.1 -> 3.15.0
2021-10-28 20:18:00 +00:00
sheeaza
30d581b29d
wrapFish: fix early variable expansion
...
the bash script will retrieve the $var and cause the variable expand to empty
add \ to prevent this, and let fish command to retrieve the variable
2021-10-28 23:10:08 +08:00
Michael Hoang
41c7806df5
zsh: fix git stash drop
completions
2021-10-28 13:28:58 +11:00
R. Ryantm
3fa62e832d
oh-my-zsh: 2021-10-19 -> 2021-10-27
2021-10-27 13:00:53 +00:00
figsoda
5e9c3d5822
Merge pull request #142533 from legendofmiracles/hilbish
...
hilbish: 0.6.0 -> 0.6.1
2021-10-22 10:13:18 -04:00
legendofmiracles
72fb35ebfb
hilbish: 0.6.0 -> 0.6.1
2021-10-21 22:24:04 -06:00
R. RyanTM
6c91deb32a
oh-my-zsh: 2021-10-18 -> 2021-10-19
2021-10-20 08:59:52 -04:00
André Silva
75b1127499
pure-prompt: 1.17.3 -> 1.18.0
2021-10-19 17:02:50 +01:00
figsoda
cbeaf9d0e0
Merge pull request #142211 from r-ryantm/auto-update/oh-my-zsh
...
oh-my-zsh: 2021-10-13 -> 2021-10-18
2021-10-19 11:27:12 -04:00
R. RyanTM
847324fdb5
oh-my-zsh: 2021-10-13 -> 2021-10-18
2021-10-19 13:19:02 +00:00
Leo Maroni
536f7a8711
zsh-autocomplete: init at 21.09.22
2021-10-19 13:47:25 +02:00
Artturi
0777166e16
Merge pull request #142044 from legendofmiracles/hilbish
2021-10-19 02:04:43 +03:00
legendofmiracles
b678b680a9
hilbish: 0.5.1 -> 0.6.0
2021-10-17 20:25:03 -06:00
figsoda
56cc23dfe0
Merge pull request #141592 from r-ryantm/auto-update/oh-my-zsh
...
oh-my-zsh: 2021-10-11 -> 2021-10-13
2021-10-14 18:20:06 -04:00
figsoda
807ae588ef
Merge pull request #141623 from simonchatts/nushell-38
...
nushell: 0.37.0 -> 0.38.0
2021-10-14 11:06:27 -04:00
Peter Simons
476635afe1
Drop myself from meta.maintainers for most packages.
...
I'd like to reduce the number of Github notifications and
review requests I receive.
2021-10-14 11:01:27 +02:00
R. RyanTM
2cc2677a6d
oh-my-zsh: 2021-10-11 -> 2021-10-13
2021-10-14 03:02:00 +00:00
Simon Chatterjee
1df26751ce
nushell: 0.37.0 -> 0.38.0
2021-10-12 22:16:27 +01:00
R. RyanTM
1fa11a373e
oh-my-zsh: 2021-10-07 -> 2021-10-11
2021-10-12 07:36:47 -04:00
Artturi
5f2c03e820
Merge pull request #140923 from r-ryantm/auto-update/oh-my-zsh
2021-10-11 21:04:00 +03:00
Vanilla
16c2bce1fb
fishPlugins.pisces: init at 0.7.0
2021-10-08 16:11:53 +08:00
R. RyanTM
e28ad86a6f
oh-my-zsh: 2021-10-06 -> 2021-10-07
2021-10-08 03:41:39 +00:00
Sandro
2997d3d12e
Merge pull request #140817 from legendofmiracles/fix-hilbish
2021-10-07 23:51:07 +02:00
legendofmiracles
5ed4736b27
hilbish: fix paths
2021-10-07 14:50:46 -06:00
R. RyanTM
40fd8c9c24
oh-my-zsh: 2021-10-05 -> 2021-10-06
2021-10-07 09:02:51 -04:00
Sandro
b93544b9d9
Merge pull request #140609 from NeQuissimus/omz
2021-10-05 15:34:18 +02:00
figsoda
e901167442
Merge pull request #140517 from malob/fishplugins-done
...
fishPlugins.done: 1.16.3 -> 1.16.5
2021-10-05 09:03:18 -04:00
Tim Steinbach
d852da30d7
oh-my-zsh: 2021-09-22 → 2021-10-05
2021-10-05 08:23:00 +00:00
happysalada
d0edc6a240
oil: 0.9.2 -> 0.9.3
2021-10-05 15:27:46 +09:00
Malo Bourgon
50c8c2083a
fishPlugins.done: 1.16.3 -> 1.16.5
2021-10-04 12:35:28 -07:00
p3psi
c6c2dd3727
powershell: patchelf replace liblttng-ust.so.0 to so.1
2021-09-28 21:49:42 +03:00
figsoda
61b6c38caa
Merge pull request #139126 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.17.2 -> 1.17.3
2021-09-24 16:02:18 -04:00
R. RyanTM
b3303102c5
oh-my-zsh: 2021-09-15 -> 2021-09-22
2021-09-23 08:04:01 -04:00
R. RyanTM
82f88110a7
pure-prompt: 1.17.2 -> 1.17.3
2021-09-23 08:39:10 +00:00
happysalada
7dd6d9a8c1
oil: 0.9.0 -> 0.9.2
2021-09-22 12:26:49 +09:00
Tim Steinbach
58fc4b4a75
oh-my-zsh: 2021-09-10 → 2021-09-15
2021-09-16 09:16:58 +00:00
Bobby Rong
7b7a3c49cd
Merge pull request #137902 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.17.1 -> 1.17.2
2021-09-16 09:51:02 +08:00
R. RyanTM
4872d2ed2a
nushell: 0.36.0 -> 0.37.0
2021-09-15 18:40:34 +00:00
R. RyanTM
313e03f4fb
spaceship-prompt: 3.14.0 -> 3.14.1
2021-09-14 23:54:19 +00:00
R. RyanTM
82367d8543
pure-prompt: 1.17.1 -> 1.17.2
2021-09-14 21:17:03 +00:00
Emily
a04e858da4
dash: fix on aarch64-darwin
2021-09-14 06:50:35 +01:00
Emily
1875c0312e
dash: 0.5.11.2 -> 0.5.11.4
...
The readdir64/dirent64 patch was obsoleted by an upstream commit.
2021-09-14 06:50:33 +01:00
Emily
d9d051ecd9
dash: use fetchpatch
2021-09-14 04:18:32 +01:00
R. RyanTM
8010965b2f
oh-my-zsh: 2021-09-09 -> 2021-09-10
2021-09-13 11:12:03 -04:00
Zhong Jianxin
2b022a979a
zsh-fzf-tab: Support darwin platform ( #137514 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-09-12 15:58:48 +02:00
Sandro
61d2ef558d
Merge pull request #137319 from CameronNemo/loksh
2021-09-11 20:59:08 +02:00
Cameron Nemo
3303ff68f2
loksh: init at 6.9
2021-09-11 09:09:47 -07:00
Tim Steinbach
432192d9d9
oh-my-zsh: 2021-09-07 → 2021-09-09
2021-09-10 09:25:38 +00:00
Tomoya Otabi
dd50512f67
fishPlugins.fzf-fish: 5.6 -> 7.3 ( #137153 )
2021-09-09 15:33:49 +02:00
Tim Steinbach
40d49815f2
oh-my-zsh: 2021-08-27 → 2021-09-07
2021-09-08 15:04:51 -04:00
Timothy DeHerrera
5fe504bf2f
Merge pull request #136614 from symphorien/zsh-tz-completion
...
zsh: fix TZ= completion
2021-09-03 13:04:07 -06:00
Guillaume Girol
af9f38c205
zsh: fix TZ= completion
2021-09-03 12:00:00 +00:00
Damien Cassou
0588980396
yarn-bash-completion: init at 0.17.0
2021-09-01 20:35:03 +02:00
Tim Steinbach
43b2aeb7f4
oh-my-zsh: 2021-08-18 → 2021-08-27
2021-08-31 08:02:07 -04:00
Mario Rodas
1d9b5a62e0
elvish: 0.16.1 -> 0.16.3
2021-08-28 00:04:20 +00:00
zowoq
13ea123c74
treewide: buildFlagsArray -> ldflags
2021-08-26 21:35:06 +10:00
Mario Rodas
e3cdd952fd
Merge pull request #135654 from r-ryantm/auto-update/nushell
...
nushell: 0.35.0 -> 0.36.0
2021-08-25 22:54:20 -05:00
happysalada
5dae71ea08
bash: update 5.1 patches
2021-08-26 07:36:01 +09:00
happysalada
1a5b80085f
bash: update-patch-set script fixes
...
- make the script runnable from any directory
- add missing nix dependency to run nix-hash
- make padding non implicit
- small shellcheck fixes (variable quoting...)
2021-08-26 07:36:01 +09:00
R. RyanTM
8873c62734
nushell: 0.35.0 -> 0.36.0
2021-08-25 09:41:08 +00:00
Artturi
712086b3f8
Merge pull request #135420 from r-ryantm/auto-update/zsh-nix-shell
...
zsh-nix-shell: 0.1.0 -> 0.4.0
2021-08-23 16:33:25 +03:00
R. RyanTM
2d043248ce
zsh-nix-shell: 0.1.0 -> 0.4.0
2021-08-23 08:54:45 +00:00
Vladyslav M
515a6fbe79
elvish: 0.15.0 -> 0.16.1
2021-08-22 13:07:36 +03:00
Tim Steinbach
360aff22d3
oh-my-zsh: 2021-04-26 → 2021-08-18
2021-08-19 16:01:47 +00:00
Maximilian Bosch
62c30ef953
Merge pull request #134451 from r-ryantm/auto-update/powershell
...
powershell: 7.1.3 -> 7.1.4
2021-08-19 00:18:28 +02:00
Ryan Mulligan
b342c72303
Merge pull request #134587 from r-ryantm/auto-update/spaceship-prompt
...
spaceship-prompt: 3.12.25 -> 3.14.0
2021-08-17 18:40:10 -07:00
R. RyanTM
2715dcfafa
spaceship-prompt: 3.12.25 -> 3.14.0
2021-08-18 01:16:17 +00:00
R. RyanTM
924c44b9ce
pure-prompt: 1.17.0 -> 1.17.1
2021-08-17 15:43:39 +00:00
R. RyanTM
7799b4f2c6
powershell: 7.1.3 -> 7.1.4
2021-08-17 14:44:58 +00:00
happysalada
3eca655208
oil: 0.8.12 -> 0.9.0
2021-08-13 11:04:37 +09:00
Vonfry
e2b0f0ea71
zsh-fzf-tab: unstable-2021-04-01 -> unstable-2021-08-05
...
Bug fix
2021-08-10 19:22:52 +08:00
AndersonTorres
224e516ccb
oh-my-fish: init at 7+unstable=2021-03-03
2021-08-09 11:54:53 -03:00
Simon Chatterjee
7e1bfa7ac7
nushell: 0.33 -> 0.35
2021-08-07 13:52:17 +01:00
AndersonTorres
bbf384f4cd
tcsh: 6.22.03 -> 6.22.04
2021-08-01 00:42:00 -03:00
Artturin
53e85e512b
xonsh: add PYTHONPATH
2021-07-30 05:16:21 +03:00
github-actions[bot]
a1d3be1d42
Merge master into staging-next
2021-07-28 12:01:16 +00:00
Frederik Rietdijk
62370fb59a
Merge remote-tracking branch 'upstream/master' into staging-next
2021-07-26 09:19:44 +02:00
Luke Granger-Brown
2a12bdc155
Merge pull request #128845 from fortuneteller2k/spaceship-prompt
...
spaceship-prompt: 3.12.6 -> 3.12.25
2021-07-25 10:07:24 +01:00
Mario Rodas
c39cde2537
xonsh: 0.9.27 -> 0.10.1
...
https://github.com/xonsh/xonsh/releases/tag/0.10.0
https://github.com/xonsh/xonsh/releases/tag/0.10.1
2021-07-24 04:20:00 +00:00
Sandro Jäckel
183c7ebcae
pythonPackages: normalise prompt_toolkit
2021-07-23 16:36:39 +02:00
Sandro
4f86a5bfdd
Merge pull request #130465 from AumyF/nushell-features-extra
...
nushell: use --features=extra by default
2021-07-20 11:15:00 +02:00
Sandro
5378442edd
Merge pull request #130488 from Stunkymonkey/zsh-command-time-phases
...
zsh-command-time: deprecate phases
2021-07-18 00:40:09 +02:00
Sandro
7f3e172401
Merge pull request #130487 from Stunkymonkey/antigen-phases
...
antigen: deprecate phases
2021-07-18 00:21:00 +02:00
Robert Hensing
0e5cfdb8c5
Partially revert "various: cleanup of 'inherit version;'"
...
I forgot to unresolve a conversation, causing the PR to be merged
prematurely by someone else.
This partially reverts commit 1e9baed56b
.
2021-07-17 22:39:28 +02:00
Felix Buehler
84abd5c20a
zsh-command-time: deprecate phases
2021-07-17 22:29:19 +02:00
Felix Buehler
a60a90eba3
antigen: deprecate phases
2021-07-17 22:22:56 +02:00
Sandro
f64bb073ef
Merge pull request #130196 from Stunkymonkey/inherit-version
2021-07-17 20:41:50 +02:00
Aumy
efc838b196
nushell: use --features=extra by default
2021-07-18 00:36:31 +09:00
R. RyanTM
c8868a9c48
grml-zsh-config: 0.18.0 -> 0.19.0
2021-07-17 09:28:03 +02:00
Felix Buehler
1e9baed56b
various: cleanup of 'inherit version;'
2021-07-16 00:17:12 +02:00
Malo Bourgon
b24129f9c9
fishPlugins.done: 1.16.1 -> 1.16.3
2021-07-13 03:45:36 +09:00
Gytis Ivaskevicius
e398cfb121
pure-prompt: 1.16.0 -> 1.17.0
2021-07-11 23:56:02 +03:00
Jörg Thalheim
8b8233584c
Merge pull request #129493 from happysalada/update_oil
...
oil: 0.8.11 -> 0.8.12
2021-07-07 08:19:30 +01:00
R. RyanTM
91887fed8d
fish: 3.3.0 -> 3.3.1
2021-07-06 23:19:05 -07:00
happysalada
c4f09d8006
oil: 0.8.11 -> 0.8.12
2021-07-07 11:44:57 +09:00
fortuneteller2k
e513bf6dc8
spaceship-prompt: 3.12.6 -> 3.12.25
2021-07-01 22:28:29 +08:00
Sandro
82cd8a1679
Merge pull request #128732 from happysalada/oil_optional_readline
2021-06-30 23:21:03 +02:00
happysalada
cd829eeb9c
oil: make readline dependency overridable
2021-06-30 14:10:05 +09:00
Sandro
231e58b113
Merge pull request #128556 from r-ryantm/auto-update/fish
...
fish: 3.2.2 -> 3.3.0
2021-06-29 23:48:31 +02:00
pacien
8da867297a
fishPlugins.pure: 3.4.2 -> 4.1.1
...
The repository of the project has been transferred to a GitHub organisation.
See https://github.com/pure-fish/pure/issues/249 .
The tests of this package are also failing upstream, so they have been
temporarily disabled here too.
2021-06-29 22:55:24 +02:00
R. RyanTM
bfe0f44b28
fish: 3.2.2 -> 3.3.0
2021-06-28 20:25:07 +00:00
Christian Kögler
8e4c6b8459
nushell: 0.32.0 -> 0.33.0
2021-06-27 12:46:51 +02:00
Martin Weinelt
cf9289c0d2
Merge pull request #127487 from mjlbach/zsh-powerlevel10k/fix-gitstatus
...
zsh-powerlevel10k: update gitstatus version
2021-06-19 22:31:29 +02:00
Michael Lingelbach
258b3b010e
zsh-powerlevel10k: update gitstatus version
2021-06-19 11:25:37 -07:00
Sandro
17bcbee9fa
Merge pull request #127313 from r-ryantm/auto-update/hilbish
...
hilbish: 0.5.0 -> 0.5.1
2021-06-18 12:19:08 +02:00
fortuneteller2k
414d71bc1c
spaceship-prompt: 3.11.2 -> 3.12.6
2021-06-18 17:58:16 +09:00
R. RyanTM
7d53b14c8f
hilbish: 0.5.0 -> 0.5.1
2021-06-18 07:05:38 +00:00
Sandro
fd374934ef
Merge pull request #126720 from fortuneteller2k/hilbish
...
hilbish: 0.4.0 -> 0.5.0
2021-06-15 21:41:24 +02:00
fortuneteller2k
0ca1aa5348
hilbish: 0.4.0 -> 0.5.0
2021-06-15 11:42:49 +08:00
Sandro
dfc55d71ec
Merge pull request #126530 from mweinelt/zsh-p10k
2021-06-14 19:26:34 +02:00
Michael Adler
d555585281
zsh-autosuggestions: 0.6.4 -> 0.7.0
2021-06-11 15:33:11 +02:00
Martin Weinelt
1f3c5be76d
zsh-powerlevel10k: 1.14.6 -> 1.15.0
2021-06-10 21:36:15 +02:00
Sandro
27d282828d
Merge pull request #126376 from michaeladler/update-zsh-fast-syntax-highlighting
...
zsh-fast-syntax-highlighting: 1.54 -> 1.55
2021-06-10 20:36:20 +02:00
Ben Siraphob
d312374f6f
oksh: 6.8.1 -> 6.9
2021-06-10 22:28:33 +07:00
Michael Adler
a90479bec7
zsh-fast-syntax-highlighting: 1.54 -> 1.55
2021-06-10 10:37:26 +02:00
Sandro
34ac650c15
Merge pull request #125931 from Kranzes/bump-zsh-prezto
...
zsh-prezto: unstable-2021-01-19 -> unstable-2021-06-02
2021-06-09 12:45:16 +02:00
Adrian Lucrèce Céleste
3cbcbfc4fc
powershell: add aarch64 support for Linux
2021-06-06 18:08:15 -07:00
Ilan Joselevich
8c5d416cb5
zsh-prezto: unstable-2021-01-19 -> unstable-2021-06-02
2021-06-06 13:19:13 +03:00
Ajeet D'Souza
1f9a83201e
nushell: 0.31.0 -> 0.32.0
2021-06-03 16:46:11 +05:30
Maximilian Bosch
4519da897b
Merge pull request #125155 from r-ryantm/auto-update/liquidprompt
...
liquidprompt: 2.0.2 -> 2.0.3
2021-06-01 18:25:31 +02:00
Vonfry
f777cb75fb
zsh-completions: 0.32.0 -> 0.33.0
2021-06-01 15:07:32 +08:00
R. RyanTM
13baa1551c
liquidprompt: 2.0.2 -> 2.0.3
2021-06-01 02:32:35 +00:00
Guillaume Girol
aa8c68053a
Merge pull request #110858 from jrick/oksh-shellPath
...
oksh: add shellPath for use as user shells
2021-05-30 12:47:45 +00:00
Serg Nesterov
f159db1d68
nushell: 0.30.0 -> 0.31.0
2021-05-29 01:31:49 +03:00
Pavol Rusnak
459fbe1931
nushell: enable aarch64-darwin build
2021-05-23 21:26:17 +02:00
Kira Bruneau
cd4780fab4
maintainers: rename metadark -> kira-bruneau ( #124035 )
2021-05-22 16:47:40 +02:00
happysalada
788deaad9d
ion: unstable-2020-03-22 -> unstable-2020-05-10
...
fix darwin build
2021-05-21 11:53:16 +09:00
Stéphan Kochen
51eeb21486
powershell: fix darwin build ( #123484 )
2021-05-18 10:36:25 -04:00
Vladimír Čunát
c48eaa70e3
Merge branch 'master' into staging-next
2021-05-14 22:27:34 +02:00
happysalada
9b81006130
oil: 0.8.10 -> 0.8.11
2021-05-14 13:39:34 +09:00
github-actions[bot]
1d2db66464
Merge master into staging-next
2021-05-12 12:27:04 +00:00
happysalada
4d8dd0afd2
nushell: mark tests broken on darwin
2021-05-12 15:23:07 +09:00
happysalada
a931f70824
nushell: fix darwin build
2021-05-12 15:23:07 +09:00
github-actions[bot]
61fa3fdde8
Merge master into staging-next
2021-05-10 18:28:17 +00:00
Sandro
3bfb2fc8f2
Merge pull request #121964 from fortuneteller2k/add-hilbish
...
hilbish: init at 0.4.0
2021-05-10 19:19:38 +02:00
hyperfekt
0ffab925ca
fish: make python an optional dependency
...
Python is still used for tests, but does not become part of the closure.
In addition, nowadays fish only ever uses Python via __fish_anypython,
so using sed or propagating python isn't necessary anymore.
2021-05-10 10:18:25 -07:00
Martin Weinelt
9651084620
Merge remote-tracking branch 'origin/master' into staging-next
2021-05-08 14:43:43 +02:00
Vladimír Čunát
080cd658ca
Merge #121780 : treewide meta.maintainers tweaks
2021-05-08 10:47:08 +02:00
github-actions[bot]
e21fb16f9a
Merge master into staging-next
2021-05-08 06:20:05 +00:00
Maëlys Bras de fer
c1df7ffb7d
fish: fix help for builtins
...
Removed trailing spaces in `sed` script that made it miss an occurrence of `nroff`.
2021-05-07 22:14:25 -07:00
fortuneteller2k
b99ef3d4d8
hilbish: init at 0.4.0
2021-05-08 06:03:15 +08:00
Vladimír Čunát
9f054b5e1a
treewide: remove worldofpeace from meta.maintainers
...
(It was requested by them.)
I left one case due to fetching from their personal repo:
pkgs/desktops/pantheon/desktop/extra-elementary-contracts/default.nix
2021-05-07 15:36:40 +02:00
github-actions[bot]
202eb5ddf5
Merge staging-next into staging
2021-05-05 18:24:02 +00:00
happysalada
3636fe2ad1
oil: 0.8.8 -> 0.8.10
2021-05-05 11:49:25 +09:00
github-actions[bot]
98d7aac597
Merge staging-next into staging
2021-05-04 00:49:43 +00:00
Luke Granger-Brown
0f39652cee
Merge pull request #120800 from MetaDark/undistract-me
...
undistract-me: init at unstable-2020-08-09
2021-05-03 20:22:04 +01:00
github-actions[bot]
49721bed32
Merge staging-next into staging
2021-05-01 18:26:21 +00:00
Sandro
e9547b6a31
Merge pull request #120733 from evalexpr/add-zsh-z
2021-05-01 17:33:07 +02:00
Kira Bruneau
2008b4f9f4
undistract-me: init at unstable-2020-08-09
2021-04-30 09:49:05 -04:00
Jonathan Wilkins
a690b4e123
zsh-z: init at unstable-2021-02-15
2021-04-30 14:00:41 +01:00
Jan Tojnar
76c3a6aafd
Merge branch 'staging-next' into staging
2021-04-29 02:35:54 +02:00
happysalada
a946e4c558
fishplugins.forgit: fix dependency linking
2021-04-29 08:22:54 +09:00
happysalada
f1e271714b
fishplugins.forgit-fish: rename fishplugins.forgit
2021-04-29 08:22:54 +09:00
github-actions[bot]
97889a52e1
Merge staging-next into staging
2021-04-27 18:14:28 +00:00
Sandro
ab7439d4a4
Merge pull request #120746 from NeQuissimus/omz
...
oh-my-zsh: 2021-04-11 → 2021-04-26
2021-04-27 14:19:51 +02:00
github-actions[bot]
c01456266d
Merge staging-next into staging
2021-04-27 12:07:01 +00:00
legendofmiracles
2dc6743ba7
nushell: sets main program
2021-04-27 13:44:53 +02:00
Tim Steinbach
320660ced3
oh-my-zsh: 2021-04-11 → 2021-04-26
2021-04-26 14:23:02 +00:00
github-actions[bot]
e30742adc3
Merge staging-next into staging
2021-04-26 12:06:35 +00:00
happysalada
b164642941
fishplugins.forgit: init "unstable-2021-04-09"
2021-04-26 20:22:40 +09:00
Jan Tojnar
c1f851b2ee
Merge branch 'staging-next' into staging
2021-04-25 08:22:13 +02:00
Yuki Okushi
8e93e34477
nushell: 0.29.0 -> 0.30.0
2021-04-25 05:12:44 +09:00
Sandro
9c2920e56e
Merge pull request #108721 from lsix/readline-8.1
2021-04-24 11:46:56 +02:00
Malo Bourgon
fd44ecd1d8
fishPlugins.done: init at 1.16.1
2021-04-21 10:04:32 -07:00
Lancelot SIX
090b1804b7
bash_5: upgrade readline dependency to 8.1
...
Readline 8.1 is required for bash-5.1 to work properly.
From bash-5.1 release message[1]:
> Bash can be linked against an already-installed Readline library
> rather than the private version in lib/readline if desired. Only
> readline-8.1 and later versions are able to provide all of the symbols
> that bash-5.1 requires; earlier versions of the Readline library will
> not work correctly.
[1] https://lists.gnu.org/archive/html/info-gnu/2020-12/msg00003.html
2021-04-14 21:27:24 +01:00
Tim Steinbach
8ef1889b75
oh-my-zsh: 2021-04-07 → 2021-04-11
2021-04-12 18:03:50 +00:00
github-actions[bot]
8d1d992273
Merge master into staging-next
2021-04-08 00:17:24 +00:00
Sandro
ead1292677
Merge pull request #118751 from NeQuissimus/omz
...
oh-my-zsh: 2021-04-06 → 2021-04-07
2021-04-07 23:24:20 +02:00
Pascal Bach
c53e14fbab
Merge pull request #118752 from cole-h/fish
...
fish: 3.2.1 -> 3.2.2
2021-04-07 22:23:00 +02:00
Cole Helbling
563451277f
fish: 3.2.1 -> 3.2.2
...
Replacing all occurrences of `/usr` with `/nix` doesn't work, because
one test is just verifying if `wdirname` works (and `dirname /usr/lib`
is not the same as `dirname /nix/lib`).
2021-04-07 11:23:37 -07:00
Tim Steinbach
d63226c50d
oh-my-zsh: 2021-04-06 → 2021-04-07
2021-04-07 17:59:11 +00:00
github-actions[bot]
44d53d308b
Merge master into staging-next
2021-04-06 18:15:29 +00:00
Jan Tojnar
c04a14edd6
Merge branch 'master' into staging-next
2021-04-06 16:01:14 +02:00
Tim Steinbach
24d8a91494
oh-my-zsh: 2021-03-31 → 2021-04-06
2021-04-06 12:57:52 +00:00
bb2020
ea0e582d8a
zsh-clipboard: init at 1.0 ( #115450 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-04-05 23:26:20 +02:00
Sandro
7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix
2021-04-05 04:07:15 +02:00
github-actions[bot]
44e3fc61fe
Merge master into staging-next
2021-04-05 00:16:38 +00:00
Alyssa Ross
101cc9024b
dash: enable parallel building
2021-04-04 22:07:15 +00:00
Alyssa Ross
f4ac75a56d
dash: add libedit support
...
This allows running set -o emacs to get line editing in dash, which is
a major usability improvement.
Closure size before: 31.6M
after: 35.3M
2021-04-04 22:07:15 +00:00
Alyssa Ross
ac6d98dbdc
dash: move confusing comment
...
When the noexec patch was added, this comment should have been moved
to make it clear it referred to the Darwin patch, which was previously
the only one.
2021-04-04 22:07:15 +00:00
Sandro Jäckel
33a395f195
yacc: deprecate alias
...
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
github-actions[bot]
3bf92ca4db
Merge master into staging-next
2021-04-03 18:18:51 +00:00
Frederik Rietdijk
3502d57d7a
ksh: use python3
2021-04-03 17:06:21 +02:00
github-actions[bot]
78b864aeee
Merge staging-next into staging
2021-04-01 18:15:42 +00:00
Daniel Nagy
7b4dc7caae
oil: add changelog
2021-04-01 17:59:48 +02:00
github-actions[bot]
85e9b4acf4
Merge staging-next into staging
2021-04-01 12:06:32 +00:00
Vonfry
c8a9a609a7
zsh-fzf-tab: unstable-2021-02-14 -> unstable-2021-04-01
2021-04-01 18:19:07 +08:00
Ryan Mulligan
a672e13729
Merge pull request #118239 from r-ryantm/auto-update/nushell
...
nushell: 0.28.0 -> 0.29.0
2021-04-01 06:33:01 -07:00
R. RyanTM
d417634a98
nushell: 0.28.0 -> 0.29.0
2021-04-01 12:09:01 +00:00
github-actions[bot]
5abd5f5ab0
Merge staging-next into staging
2021-03-31 18:15:02 +00:00
Tim Steinbach
fb811eaf6b
oh-my-zsh: 2021-03-28 → 2021-03-31
2021-03-31 15:43:29 +00:00
github-actions[bot]
d466353dd5
Merge staging-next into staging
2021-03-30 12:06:28 +00:00
Tim Steinbach
15b2ac130c
oh-my-zsh: 2021-03-15 → 2021-03-28
2021-03-29 13:24:45 +00:00
github-actions[bot]
2ed7687b19
Merge staging-next into staging
2021-03-28 00:15:43 +00:00
Fabian Affolter
e18f44826c
Merge pull request #117634 from r-ryantm/auto-update/oil
...
oil: 0.8.7 -> 0.8.8
2021-03-28 01:11:48 +01:00
Vladimír Čunát
dabcb87cd8
Merge #117127 : don't rely on patch timestamps in build
...
...into staging
2021-03-27 14:37:02 +01:00
Maximilian Bosch
0001e5c8dd
Merge pull request #117549 from marsam/update-xonsh
...
xonsh: 0.9.24 -> 0.9.27
2021-03-27 11:48:50 +01:00
Vladimír Čunát
ad47284f8b
Merge #117210 : bash_5: don't rely on patch timestamps
2021-03-26 18:21:57 +01:00
R. RyanTM
5638ff9d26
oil: 0.8.7 -> 0.8.8
2021-03-26 00:03:30 +00:00
AndersonTorres
f7d1fb542f
mksh: fix license
...
According to official documentation (http://www.mirbsd.org/TaC-mksh.txt ), mksh
licensing changes according to build-time configuration.
2021-03-23 15:24:43 -03:00
Arnout Engelen
078c2a7341
bash 5.1: don't rely on patch timestamps in build
...
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.
While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.
Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.
This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.
We will update bash-4.4 in a separate PR (but that one has a bigger rebuild
impact so will have to target staging)
Refs #115177
2021-03-22 12:27:10 +01:00
Arnout Engelen
3f4ad3d37d
bash: don't rely on patch timestamps in build
...
When, after patching, `configure.ac` is newer than `configure`, the
Makefile will try to regenerate `configure` from `configure.ac`.
While that might usually be desirable, in this case we want to keep
bootstrapping simple and directly use the `configure` from the package
so we can avoid a dependency on automake.
Previously, we used the `-T` parameter to automake to make sure the
timestamps were okay. However, this is brittle when we update: when the
timestamp of the original file changes, and no longer matches the
timestamp of the original file in the patch, `patch` will show a warning
but otherwise continue without updating the timestamp.
This PR changes things so we only patch `configure`, so that will always
have a newer timestamp.
Refs https://github.com/NixOS/nixpkgs/issues/115177
2021-03-21 16:11:09 +01:00
Cole Helbling
853f1b740c
fish: 3.2.0 -> 3.2.1
2021-03-18 09:49:05 -07:00
Jan Tojnar
d687129df5
Merge pull request #116242 from jtojnar/no-fish-args
...
buildFishPlugin: do not pass irrelevant arguments down
2021-03-18 14:22:28 +01:00
Tim Steinbach
e5622614c2
oh-my-zsh: 2021-03-13 → 2021-03-15
2021-03-17 10:28:15 -04:00
Sandro
bd38cc9dbc
Merge pull request #115756 from siraben/darwin-mass-fix-buildInputs=0
2021-03-16 12:42:46 +01:00
Tim Steinbach
79e7e20ef5
oh-my-zsh: 2021-03-08 → 2021-03-13
2021-03-15 14:51:47 +00:00
Ben Siraphob
b370464c26
lambda-mod-zsh-theme: expand platforms to all
2021-03-14 11:40:45 +07:00
Jan Tojnar
f21526b5bb
buildFishPlugin: do not pass irrelevant arguments down
...
mkDerivation does not care about checkPlugins and checkFunctionDirs so let’s avoid polluting the scope.
Also remove installPath argument altogether for the same reason since it is not used at all.
2021-03-13 21:30:37 +01:00
ShrykeWindgrace
8123743455
powershell: 7.1.0 -> 7.1.3
2021-03-12 16:22:02 +01:00
Jörg Thalheim
7f339fcd6e
Merge pull request #116027 from r-ryantm/auto-update/nushell
...
nushell: 0.27.1 -> 0.28.0
2021-03-12 09:31:02 +00:00
R. RyanTM
ea357527fa
nushell: 0.27.1 -> 0.28.0
2021-03-12 07:42:20 +00:00
Sergiu Ivanov
d19fe92b88
oh-my-zsh: remove scolobb from maintainers
2021-03-10 12:01:05 -08:00
pacien
74a66734cd
fishPlugins.fzf-fish: init at 5.6
2021-03-09 14:25:04 +01:00
pacien
d7145807ad
fishPlugins.fishtape_3: init at 3.0.1
...
Keeping fishtape 2.x and 3.x separate because they aren't compatible
with each other and are still both being used to test different packages.
2021-03-09 14:25:04 +01:00
pacien
97b64bd65e
fishPlugins.clownfish: init at unstable-2021-01-17
2021-03-09 14:24:59 +01:00
Tim Steinbach
70701d0a68
oh-my-zsh: 2021-03-01 → 2021-03-08
2021-03-08 14:10:19 -05:00
R. RyanTM
cd7edb91fd
liquidprompt: 2.0.0 -> 2.0.2
2021-03-07 23:23:23 -05:00
Vincent Haupert
6aa878679a
fish: execute fish tests
...
Still includes `coreutils` in `checkInputs`.
macOS: disables some pexpect tests which depend on pkill/pgrep
(see #103180 ).
2021-03-06 16:26:22 -08:00
Vincent Haupert
b0c7213bd4
fish: fix passthru test
...
Patched file now uses double instead of single quotes.
2021-03-06 16:26:22 -08:00
Vincent Haupert
62f9a381a0
fish: 3.1.2 -> 3.2.0
...
functions/{type.fish,_.fish}: removed, now a builtin
macOS: disable codesigning with CMake flag instead of patching the
CMakeLists.txt.
2021-03-06 16:26:22 -08:00
Eduardo Sánchez Muñoz
c6cc73ca9d
zsh-autosuggestions: update comment
2021-03-03 11:08:11 +01:00
Mario Rodas
eda0d785d3
xonsh: 0.9.24 -> 0.9.27
2021-03-03 04:20:00 +00:00
Mario Rodas
545bafa2d4
Merge pull request #114837 from marsam/update-oh
...
oh: 20160522 -> 0.8.0
2021-03-02 21:29:17 -05:00
Mario Rodas
1b9519428a
Merge pull request #114839 from marsam/update-mrsh
...
mrsh: 2020-11-04 -> 2021-01-10
2021-03-02 21:13:57 -05:00
Tim Steinbach
a77d6a5f2e
oh-my-zsh: 2021-02-21 → 2021-03-01
2021-03-02 14:45:23 -05:00
Mario Rodas
9c38717bb7
oh: 20160522 -> 0.8.0
2021-03-01 04:20:00 +00:00
Mario Rodas
106d36c3f1
mrsh: 2020-11-04 -> 2021-01-10
2021-03-01 04:20:00 +00:00
Vonfry
36b8a95d48
zsh-fzf-tab: unstable-2021-01-24 -> unstable-2021-02-14
2021-02-27 13:00:29 +08:00
Frederik Rietdijk
c456a2512f
Merge master into staging-next
2021-02-26 10:25:13 +01:00
Sebastian Hasler
f42a381c3e
any-nix-shell: 1.2.0 -> 1.2.1
...
Signed-off-by: Sebastian Hasler <sebastian.hasler@stuvus.uni-stuttgart.de>
2021-02-24 22:24:57 +01:00
Tim Steinbach
a59e171286
oh-my-zsh: 2021-02-09 → 2021-02-21
2021-02-22 10:07:14 -05:00
github-actions[bot]
93b17c1b4d
Merge master into staging-next
2021-02-21 18:17:22 +00:00
R. RyanTM
a4d916ace3
nushell: 0.27.0 -> 0.27.1
2021-02-21 18:32:35 +01:00
zowoq
3dab057264
Merge staging-next into staging
2021-02-19 10:47:46 +10:00
Oleksii Filonenko
5e51bbc9a3
Merge pull request #113591 from r-ryantm/auto-update/nushell
...
nushell: 0.26.0 -> 0.27.0
2021-02-18 16:24:11 +02:00
R. RyanTM
9d9921e3da
nushell: 0.26.0 -> 0.27.0
2021-02-18 12:36:35 +00:00
Dominik Xaver Hörl
cf3e8a7352
fish: avoid nontermination in fhs like setups
2021-02-17 11:31:29 -08:00
github-actions[bot]
3e0ef2752a
Merge staging-next into staging
2021-02-17 00:36:34 +00:00
pacien
c6efc0b255
wrapFish: fix singleton expansion in shell init
...
This fixes the expansion of the configuration path in the pathological
case of a singleton, which would otherwise be used verbatim with the
surrounding braces for lookup.
GitHub: see https://github.com/NixOS/nixpkgs/pull/108491#pullrequestreview-590072603
2021-02-16 11:01:43 -08:00
github-actions[bot]
a480c1ebb1
Merge staging-next into staging
2021-02-11 18:16:52 +00:00
qq
5f6dd10662
zsh-system-clipboard: init at 0.7.0
2021-02-11 20:01:06 +03:00
github-actions[bot]
95e9af5e42
Merge staging-next into staging
2021-02-11 06:16:39 +00:00
Sandro
64a33ee8ca
Merge pull request #112661 from 0qq/init/zsh-autopair
2021-02-11 01:39:41 +01:00
github-actions[bot]
8df773cc54
Merge staging-next into staging
2021-02-11 00:36:13 +00:00
R. RyanTM
d27bff278e
oil: 0.8.6 -> 0.8.7
2021-02-10 19:58:54 +00:00
github-actions[bot]
bd317c9af1
Merge staging-next into staging
2021-02-10 18:16:40 +00:00
qq
d3790990b8
zsh-autopair: init at 1.0
2021-02-10 19:04:09 +03:00
Tim Steinbach
f72648de31
oh-my-zsh: 2021-01-31 → 2021-02-09
2021-02-10 10:20:19 -05:00
Jörg Thalheim
6eeba550e9
Merge remote-tracking branch 'upstream/staging-next' into HEAD
2021-02-09 10:54:55 +01:00
Nick Hu
f34aeeab8c
zsh-prezto: make zshrc aware of where zsh-prezto is installed ( #112448 )
...
Without this, the bundled zshrc runcom is useless as it assumes that
zsh-prezto is installed in $ZDOTDIR:-$HOME/.zprezto, so it can't find
its entrypoint. Crucially, the home-manager zsh-prezto module uses this
runcom so is broken without this also.
2021-02-09 02:16:04 +00:00
Mario Rodas
031fc22851
Merge pull request #112151 from r-ryantm/auto-update/liquidprompt
...
liquidprompt: 1.12.1 -> 2.0.0
2021-02-08 20:29:04 -05:00
Sandro
93498b1526
Merge pull request #111295 from pasqui23/zinit
2021-02-08 10:15:10 +01:00
Martin Weinelt
ed0fa8b85d
Merge pull request #110159 from r-ryantm/auto-update/oil
...
oil: 0.8.5 -> 0.8.6
2021-02-08 03:39:56 +01:00
R. RyanTM
80b38373f4
liquidprompt: 1.12.1 -> 2.0.0
2021-02-06 14:28:09 +00:00
Lily Ballard
c4f980a063
fish: Add fishEnvPreInit option
...
This new option allows for replacing the sourcing of
/etc/fish/nixos-env-preinit.fish with another file, optionally passing
it through `fenv`. The idea here is that non-NixOS users can do
something like
fish.override {
fishEnvPreInit = sourceBash:
sourceBash "${nix}/etc/profile.d/nix-daemon.sh";
}
and this will set up their shell environment for Nix just as though they
were running NixOS.
2021-02-04 19:05:22 -08:00
Pasquale
a98090337f
zinit: 2.3 -> 3.7
2021-02-02 15:25:02 +01:00
Tim Steinbach
b55eb99778
oh-my-zsh: 2021-01-27 → 2021-01-31
2021-02-01 15:22:16 -05:00
Kevin Griffin
62a50d89cc
babelfish: 1.0.1 -> 1.1.0
2021-02-01 21:25:48 +09:00
Sandro
50a03beacb
Merge pull request #111479 from twhitehead/tcsh
...
tcsh: workaround source moving to old subdirectory after new release
2021-01-31 19:30:00 +01:00
Tyson Whitehead
21bbf719ac
tcsh: workaround source moving to old subdirectory after new release
2021-01-31 12:13:21 -05:00
Mario Rodas
9a87970b7d
elvish: 0.14.1 -> 0.15.0
...
https://elv.sh/blog/0.15.0-release-notes.html
2021-01-30 04:20:00 +00:00
Mario Rodas
bed0b6a080
Merge pull request #111353 from r-ryantm/auto-update/nushell
...
nushell: 0.25.1 -> 0.26.0
2021-01-30 17:17:16 -05:00
R. RyanTM
0178d6646f
nushell: 0.25.1 -> 0.26.0
2021-01-30 21:42:00 +00:00
Mario Rodas
0f73c7e25a
Merge pull request #111241 from r-ryantm/auto-update/grml-zsh-config
...
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 15:22:38 -05:00
R. RyanTM
6d6af7e492
grml-zsh-config: 0.17.4 -> 0.18.0
2021-01-30 02:20:09 +00:00
Monson Shao
d5b4c4fdac
zsh-prezto: install to right place
2021-01-30 02:25:59 +08:00
Tim Steinbach
25af703d2d
oh-my-zsh: 2021-01-20 → 2021-01-27
2021-01-27 18:14:29 -05:00
Josh Rickmar
6198e24f02
oksh: add shellPath for use as user shells
...
This allows the user shell to be set to pkgs.oksh instead of needing
a string like "${pkgs.oksh}/bin/oksh".
2021-01-26 09:30:50 -05:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
Vonfry
057017ee86
zsh-fzf-tab: init at 2021-01-24 ( #110694 )
...
* zsh-fzf-tab: init at 2021-01-24
* Update pkgs/shells/zsh/zsh-fzf-tab/default.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-25 01:17:21 +01:00
Mario Rodas
35be8e34fe
Merge pull request #110535 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.15.0 -> 1.16.0
2021-01-24 11:01:56 -05:00
Sandro
d14a61a4dc
Merge pull request #110593 from holymonson/prezto
2021-01-24 16:21:08 +01:00
Monson Shao
99b3d904e7
maintainers: add holymonson
2021-01-24 21:33:11 +08:00
Monson Shao
6f94d834a1
zsh-prezto: update to unstable
2021-01-24 21:32:01 +08:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
R. RyanTM
84733f9589
pure-prompt: 1.15.0 -> 1.16.0
2021-01-22 20:10:26 +00:00
Sandro
50b0911f6e
Merge pull request #110334 from kevingriffin/babelfish-1.0.1
...
babelfish: 1.0.0 -> 1.0.1
2021-01-21 17:04:24 +01:00
Kevin Griffin
af1df42fec
babelfish: 1.0.0 -> 1.0.1
2021-01-21 22:22:34 +09:00
Tim Steinbach
c6a31be155
oh-my-zsh: 2021-01-16 → 2021-01-20
2021-01-20 12:36:55 -05:00
R. RyanTM
2b01e4df1b
oil: 0.8.5 -> 0.8.6
2021-01-20 13:17:45 +00:00
zowoq
31f5dd3f36
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Martin Weinelt
3144b2ee18
zsh-powerlevel10k: 1.14.4 -> 1.14.6
2021-01-19 20:33:49 +01:00
Christian Kampka
f0ec10a829
treewide: remove kampka as maintainer ( #109813 )
2021-01-18 21:23:49 +01:00
Tim Steinbach
78dc8bf5c8
oh-my-zsh: 2021-01-14 → 2021-01-16
2021-01-18 10:42:42 -05:00
Wout Mertens
57c198236a
Merge pull request #109452 from wmertens/scponly
...
scponly: init at 4.8
2021-01-17 15:15:45 +01:00
Ben Siraphob
82ba45d59e
pkgs/shells: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Sandro
85fda489f8
Merge pull request #109541 from cole-h/babelfish
...
babelfish: 0.1.3 -> 1.0.0
2021-01-17 00:59:43 +01:00
Cole Helbling
86b83264cb
babelfish: 0.1.3 -> 1.0.0
...
Notably, adds support for stdout redirections and fixes a failing test.
2021-01-16 07:34:32 -08:00
Wout Mertens
cd0fa5ae48
scponly: init at 4.8
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-16 14:38:18 +01:00
Tim Steinbach
3d39348aac
oh-my-zsh: 2021-01-07 → 2021-01-14
2021-01-15 10:39:10 -05:00
Ben Siraphob
e245ae3c3a
pkgs/shells: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Alyssa Ross
3893d6c6d7
gitAndTools: move everything to the top level
...
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 98c3490196
).
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.
2021-01-14 21:27:48 +00:00
archaeron
ab879aa622
nushell: 0.24.1 -> 0.25.1
2021-01-13 17:57:07 +01:00
Sandro
82fd153465
Merge pull request #108946 from kevingriffin/fish-babelfish
2021-01-12 14:27:04 +01:00
Kevin Griffin
8d0ddfc1b6
babelfish: init at version 0.1.3
2021-01-12 20:19:54 +09:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
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
2021-01-11 10:38:22 +01:00
Michele Guerini Rocco
a306b088f6
Merge pull request #108491 from pacien/fishPlugins-wrapFish
...
wrapFish: add fish shell wrapper package
2021-01-11 09:10:52 +01:00
pacien
108fd69a8c
fishPlugins.buildFishPlugin: rename checkFunctionPath parameter
2021-01-11 03:39:57 +01:00
pacien
648a3db934
fishPlugins.buildFishPlugin: use wrapFish
2021-01-11 00:47:56 +01:00
github-actions[bot]
fcbe48c797
Merge master into staging-next
2021-01-09 18:41:27 +00:00