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
Sandro
af1a049c93
Merge pull request #105605 from siraben/oksh-init
...
oksh: init at 6.8.1
2021-01-09 17:40:36 +01:00
github-actions[bot]
f89e74dbcc
Merge master into staging-next
2021-01-08 18:37:56 +00:00
Tim Steinbach
f621108dbc
oh-my-zsh: 2021-01-05 → 2021-01-07
2021-01-08 14:03:10 +00:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
...
b04fc593e7
seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Tim Steinbach
c034059bca
oh-my-zsh: 2021-01-04 → 2021-01-05
2021-01-06 14:28:39 -05:00
pacien
ae5c662182
wrapFish: add fish shell wrapper package
...
This adds a wrapper for fish which allows creating shells pre-initialised
with some completions, functions, and configuration scripts from given paths
or from fish plugin packages (`pkgs.fishPlugins.*`).
This is especially handy when one wants to try a plugin in an ephemeral shell.
GitHub: see https://github.com/NixOS/nixpkgs/pull/107834#discussion_r550612519
2021-01-05 17:20:39 +01:00
Michele Guerini Rocco
99bfa4bb60
Merge pull request #107834 from pacien/fishPlugins-init
...
fishPlugins: create scope and add some plugins
2021-01-05 16:48:22 +01:00
Tim Steinbach
02262c67ce
oh-my-zsh: 2021-01-02 → 2021-01-04
2021-01-05 10:30:29 -05:00
AndersonTorres
77f62f9820
tcsh: 6.22.02 -> 6.22.03
2021-01-05 08:55:24 -03:00
pacien
d94921db12
fish-foreign-env: move to fishPlugins.foreign-env
...
And relocate the installed fish functions to the `vendor_functions.d` so
that they're automatically loaded.
2021-01-04 18:53:59 +01:00
pacien
59c1b6d0e7
fishPlugins.pure: init at 3.4.2
2021-01-04 18:51:11 +01:00
pacien
3a987feae1
fishPlugins.fishtape: init at 2.1.3
2021-01-04 18:51:11 +01:00
pacien
c083b27791
fishPlugins: bootstrap fish plugin scope
2021-01-04 18:51:11 +01:00
github-actions[bot]
f0187a2cf3
Merge staging-next into staging
2021-01-04 12:26:43 +00:00
Doron Behar
cf0e54722d
Merge pull request #105301 from antifuchs/zsh-purity
...
zsh: Disable compiling in /usr/local/... as the site-function directory
2021-01-04 10:04:18 +02:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
zowoq
fb2311d430
Merge staging-next into staging
2021-01-03 16:33:28 +10:00
Tim Steinbach
88d2028549
oh-my-zsh: 2021-01-01 → 2021-01-02
2021-01-02 21:00:00 -05:00
Tim Steinbach
952b3f9651
oh-my-zsh: 2020-12-31 → 2021-01-01
2021-01-01 16:52:09 -05:00
github-actions[bot]
a6f7ba3752
Merge staging-next into staging
2020-12-31 18:42:44 +00:00
Tim Steinbach
d1adfb65f2
oh-my-zsh: 2020-12-30 → 2020-12-31
2020-12-31 11:57:33 -05:00
Frederik Rietdijk
f3b4ae8402
Merge staging-next into staging
2020-12-31 13:29:55 +01:00
Sandro
c5893c9b57
Merge pull request #108011 from veehaitch/any-nix-shell-v1.2.0
...
any-nix-shell: 1.1.0 -> 1.2.0
2020-12-31 05:37:20 +01:00
Tim Steinbach
f62c0b45f1
oh-my-zsh: 2020-12-28 → 2020-12-30
2020-12-30 21:19:14 -05:00
Vincent Haupert
3c4f8e89c1
any-nix-shell: 1.1.0 -> 1.2.0
2020-12-31 03:00:02 +01:00
github-actions[bot]
1db88b5c65
Merge staging-next into staging
2020-12-29 18:40:56 +00:00
Marc Seeger
1d83fc2aac
bash-completion: fix build on darwin ( #107768 )
2020-12-29 09:34:54 -08:00
Tim Steinbach
e9d8aaa945
oh-my-zsh: 2020-12-27 → 2020-12-28
2020-12-29 10:11:57 -05:00
Tim Steinbach
9e88afeb10
oh-my-zsh: 2020-12-16 → 2020-12-27
2020-12-28 10:48:00 -05:00
Jörg Thalheim
db103e0f98
Merge pull request #105395 from r-burns/ion
...
ion: fix build on darwin
2020-12-28 06:29:57 +00:00
Bernardo Meurer
d39e298135
Merge pull request #107160 from NixOS/zsh-powerlevel10k
...
zsh-powerlevel10k: 0.14.3 -> 0.14.4
2020-12-22 22:31:35 +00:00
Luke Worth
7bc7073430
bash: 5.0 -> 5.1
2020-12-22 10:43:59 +11:00
Martin Weinelt
e44a5aacee
zsh-powerlevel10k: 0.14.3 -> 0.14.4
2020-12-18 18:13:01 +01:00
Tim Steinbach
528cdd3ec5
oh-my-zsh: 2020-12-14 → 2020-12-16
2020-12-17 09:02:46 -05:00
Mario Rodas
95f30fea56
nushell: 0.23.0 -> 0.24.1
2020-12-16 04:20:00 +00:00
Tim Steinbach
198003cb9f
oh-my-zsh: 2020-11-26 → 2020-12-14
2020-12-16 10:43:38 -05:00
Ollie Charles
1675b11cd4
Remove myself from maintainers sets
...
Unfortunately I can't reliably commit time to nixpkgs, so I would like to remove myself from being a formal maintainer for these packages.
2020-12-07 14:30:37 +00:00
Ben Siraphob
b13edbaac5
oksh: init at 6.8.1
2020-12-05 18:36:49 +07:00
R. RyanTM
6e36faa8cb
oil: 0.8.4 -> 0.8.5
2020-12-03 01:48:49 +00:00
Ryan Burns
6906e20605
ion: fix build on darwin
2020-11-29 12:35:14 -08:00
Andreas Fuchs
58fa36d30c
zsh: Disable compiling in /usr/local/... as the site fndir
...
With the default configure flags, zsh compiles in a reference to the
"site function" directory that's outside the store path. Under the
right (wrong) circumstances, other builds using zsh can be affected by
these functions.
2020-11-28 19:04:06 -05:00
Tim Steinbach
eb2a3a040c
oh-my-zsh: 2020-11-25 → 2020-11-26
2020-11-28 12:43:17 -05:00
Martin Weinelt
9bfd58b382
Merge pull request #105017 from mweinelt/zsh-powerlevel10k
...
zsh-powerlevel10k: 1.13.0 -> 1.14.3
2020-11-28 16:30:41 +01:00
Sandro
abdea8e1f7
Merge pull request #105037 from r-ryantm/auto-update/nushell
...
nushell: 0.22.0 -> 0.23.0
2020-11-26 19:35:17 +01:00
R. RyanTM
a77fa8d94c
nushell: 0.22.0 -> 0.23.0
2020-11-26 14:09:58 +00:00
Martin Weinelt
63a60bf31a
zsh-powerlevel10k: 1.13.0 -> 1.14.3
...
Update gitstatus pin 1.2.0 -> 1.3.1.
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.0
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.1
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.2
https://github.com/romkatv/powerlevel10k/releases/tag/v1.14.3
2020-11-26 11:54:46 +01:00
Tim Steinbach
2e3c491a00
oh-my-zsh: 2020-11-22 → 2020-11-25
2020-11-25 19:22:07 +00:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Martin Weinelt
9ac42658f9
dash: add patch to prevent code execution when noexec is set
...
Dashs noexec flag `-n` did not work as documented, which could result in
code being inadvertently executed.
2020-11-23 11:57:29 -08:00
Tim Steinbach
e0e4c2281c
oh-my-zsh: 2020-11-20 → 2020-11-22
2020-11-23 10:55:11 -05:00
Mario Rodas
84a92c3ac4
Merge pull request #104252 from r-ryantm/auto-update/oil
...
oil: 0.8.3 -> 0.8.4
2020-11-23 07:53:30 -05:00
R. RyanTM
0f6a111e36
powershell: 7.0.3 -> 7.1.0
2020-11-22 08:14:42 +00:00
Tim Steinbach
a57bf2dc18
oh-my-zsh: 2020-11-12 → 2020-11-20
2020-11-20 16:27:42 +00:00
R. RyanTM
75aeb18680
oil: 0.8.3 -> 0.8.4
2020-11-19 08:09:29 +00:00
Oleksii Filonenko
512c3c0a05
maintainers: rename filalex77 -> Br1ght0ne
2020-11-17 13:09:31 +02:00
Tim Steinbach
7a36556e64
oh-my-zsh: 2020-11-11 → 2020-11-12
2020-11-13 09:28:18 -05:00
Mario Rodas
2738176ecd
Merge pull request #103509 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.13.0 -> 1.15.0
2020-11-11 21:29:52 -05:00
R. RyanTM
7e0dc8e35e
pure-prompt: 1.13.0 -> 1.15.0
2020-11-11 22:33:12 +00:00
Tim Steinbach
d7688900b4
oh-my-zsh: 2020-11-10 → 2020-11-11
2020-11-11 15:43:11 -05:00
Tim Steinbach
ef990c1905
oh-my-zsh: 2020-11-09 → 2020-11-10
2020-11-11 09:32:02 -05:00
Tim Steinbach
e43b443121
oh-my-zsh: 2020-11-04 → 2020-11-09
2020-11-10 09:23:17 -05:00
Tim Steinbach
2e00fff047
oh-my-zsh: Fix update script
...
Pull commit date rather than author date to avoid going back in time
on commits that have been sitting for a while.
2020-11-10 09:22:46 -05:00
Frederik Rietdijk
20f001c01e
Merge master into staging-next
2020-11-09 14:33:52 +01:00
Masanori Ogino
1c9efa61b4
mrsh: 2020-07-27 -> 2020-11-04
...
Reference: 0da902c0ee...1738e41b2a
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-09 12:05:13 +00:00
Frederik Rietdijk
99fb79ae84
Merge master into staging-next
2020-11-06 12:51:56 +01:00
Mario Rodas
a4afd835da
nushell: 0.21.0 -> 0.22.0
...
http://www.nushell.sh/blog/2020/11/03/nushell_0_22.html
2020-11-06 04:20:00 +00:00
Tim Steinbach
0de5ab3f20
oh-my-zsh: 2020-10-29 → 2020-11-04
2020-11-05 12:42:01 +00:00
Tim Steinbach
9813539969
oh-my-zsh: Add test
2020-11-04 20:37:50 -05:00
Tim Steinbach
9907a2d48b
oh-my-zsh: Update script
2020-11-04 18:12:23 -05:00
Frederik Rietdijk
10c57af49c
Merge staging-next into staging
2020-11-04 09:28:07 +01:00
Frederik Rietdijk
9e6d7d3c74
Merge master into staging-next
2020-11-04 09:27:42 +01:00
R. RyanTM
dcdf8fa49c
mksh: 59b -> 59c
2020-11-03 23:15:46 -08:00
R. RyanTM
4148fc489b
oil: 0.8.1 -> 0.8.3
2020-11-03 21:58:00 -08:00
Mario Rodas
e468d5bfaa
Merge pull request #102591 from r-ryantm/auto-update/liquidprompt
...
liquidprompt: 1.12.0 -> 1.12.1
2020-11-03 22:22:14 -05:00
Frederik Rietdijk
237966224d
Merge master into staging-next
2020-11-03 12:06:06 +01:00
R. RyanTM
c111555113
liquidprompt: 1.12.0 -> 1.12.1
2020-11-03 06:45:16 +00:00
Kevin Cox
22409c8006
Merge pull request #101910 from omasanori/mrsh/update-2020-07-27
...
mrsh: 2020-01-08 -> 2020-07-27 etc.
2020-11-02 15:42:05 -05:00
Masanori Ogino
955926a620
mrsh: 2020-01-08 -> 2020-07-27 etc.
...
- `doCheck` is enabled now.
- It marked as broken on Darwin due to [build failures][macos-issue].
[macos-issue]: https://github.com/NixOS/nixpkgs/pull/101910#issuecomment-719923175
Reference: ef21854fc9..0da902c0ee
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-11-02 04:45:59 +09:00
Frederik Rietdijk
7a8d5dc8a6
Merge master into staging-next
2020-11-01 10:10:47 +01:00
Ryan Mulligan
893c94b4b2
Merge pull request #90322 from pasqui23/zplg2
...
zplugin: init at 2.3
2020-10-31 07:34:03 -07:00
Vladimír Čunát
dfd3ede68d
Merge branch 'master' into staging-next
2020-10-31 14:30:44 +01:00
Tim Steinbach
95b36ade44
oh-my-zsh: 2020-10-27 -> 2020-10-29
2020-10-30 09:34:22 -04:00
Martin Weinelt
9ecd40908d
zsh-powerlevel10k: pin gitstatus version
...
The required gitstatus version compatible with zsh-powerlevel10k has
been pinned, as even though it is written by the same author, gitstatus
has received updates which are not yet compatible with zsh-p10k.
Fixes : #101946
2020-10-28 17:15:42 +01:00
Ben Siraphob
db74029e3e
treewide: remove package names from prefix of descriptions
2020-10-27 09:15:07 -07:00
Tim Steinbach
1a50aad173
oh-my-zsh: 2020-10-18 -> 2020-10-27
2020-10-27 11:58:49 -04:00
Vladimír Čunát
89023c38fc
Recover the complicated situation after my bad merge
...
I made a mistake merge. Reverting it in c778945806
undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.
I reconstructed the "desired" state of staging-next tree by:
- checking out the last commit of the problematic range: 4effe769e2
- `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
merge commit and its revert from that range (while keeping
reapplication from 4effe769e2
)
- merging the last unaffected staging-next commit (803ca85c20
)
- fortunately no other commits have been pushed to staging-next yet
- applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát
c778945806
Revert "Merge #101508 : libraw: 0.20.0 -> 0.20.2"
...
I'm sorry; I didn't notice it contained staging commits.
This reverts commit 17f5305b6c
, reversing
changes made to a8a018ddc0
.
2020-10-25 09:41:51 +01:00
Jan Tojnar
d13fc932cd
Merge branch 'master' into staging-next
2020-10-22 21:20:14 +02:00
Sandro Jäckel
b7730213bd
zsh-powerlevel10k: 1.12.0 -> 1.13.0
2020-10-22 19:49:18 +02:00
zowoq
a55b2d659e
nushell: drop darwin workaround
2020-10-22 11:24:37 +10:00
Frederik Rietdijk
23890fc236
Merge staging-next into staging
2020-10-20 20:55:46 +02:00
Tim Steinbach
b615fa7b06
oh-my-zsh: 2020-10-15 -> 2020-10-18
2020-10-19 09:40:23 -04:00
Jan Tojnar
5c766c5c24
Merge branch 'staging-next' into staging
2020-10-18 21:21:03 +02:00
R. RyanTM
59e213b70e
bash-completion: 2.10 -> 2.11
2020-10-17 17:13:01 +00:00
Ben Siraphob
683a87dbeb
treewide: remove periods from end of package descriptions
2020-10-17 08:22:31 -07:00
Tim Steinbach
b4586ea432
Merge pull request #100662 from NeQuissimus/bash_50p18
...
bash: 5.0p17 -> 5.0p18
2020-10-16 16:01:51 -04:00
Tim Steinbach
a3cae625e4
oh-my-zsh: 2020-10-14 -> 2020-10-15
2020-10-16 09:29:36 -04:00
Mario Rodas
600d0c978a
xonsh: 0.9.23 -> 0.9.24
...
https://github.com/xonsh/xonsh/releases/tag/0.9.24
2020-10-16 04:20:00 +00:00
Tim Steinbach
3333139f4d
bash: 5.0p17 -> 5.0p18
2020-10-15 19:40:53 -04:00
Tim Steinbach
d63ddacf93
bash: Use nix-shell in update script
...
The script assumed that `wget` was available in the environment
along with common CA certificates.
Replaced the detection of GPG, which is not necessary anymore.
Added pulling the public key bash releases and patches are signed with,
without which we cannot verify signatures.
2020-10-15 19:34:49 -04:00
Tim Steinbach
1e6a9608aa
oh-my-zsh: 2020-10-13 -> 2020-10-14
2020-10-14 18:39:23 -04:00
Frederik Rietdijk
b3aed163d5
Merge pull request #99709 from NixOS/staging-next
...
Staging next
2020-10-14 21:10:31 +02:00
Yuki Okushi
8928358521
nushell 0.20.0 -> 0.21.0
2020-10-14 20:02:26 +09:00
Frederik Rietdijk
9e1943edc0
Merge master into staging-next
2020-10-13 19:34:34 +02:00
Tim Steinbach
aaff56eed1
oh-my-zsh: 2020-10-09 -> 2020-10-13
2020-10-13 09:55:07 -04:00
Vladimír Čunát
338b25697c
Merge branch 'master' into staging-next
...
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
> 3926 x86_64-darwin
> 4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Raphael Borun Das Gupta
0b00bcec22
xonsh: 0.9.22 -> 0.9.23
2020-10-10 00:27:53 +02:00
Tim Steinbach
2216b87688
oh-my-zsh: 2020-10-08 -> 2020-10-09
2020-10-09 08:33:03 -04:00
Frederik Rietdijk
ec28e32c9e
Merge master into staging-next
2020-10-08 21:47:26 +02:00
Tim Steinbach
8ef2c0e07a
powershell: 7.0.1 -> 7.0.3
2020-10-08 15:08:12 -04:00
Tim Steinbach
cc3c70e5af
oh-my-zsh: 2020-10-05 -> 2020-10-08
2020-10-08 14:51:16 -04:00
Tim Steinbach
066397c0fe
oh-my-zsh: Format with nixfmt
2020-10-08 11:00:19 -04:00
Frederik Rietdijk
692d219a93
Merge staging-next into staging
2020-10-06 10:25:58 +02:00
Tim Steinbach
5a9c9b3583
oh-my-zsh: 2020-10-05 -> 2020-10-05
2020-10-06 09:42:45 -04:00
Jan Tojnar
d471c5d1f3
Merge branch 'staging-next' into staging
2020-09-24 23:09:00 +02:00
R. RyanTM
6d614fd28c
dash: 0.5.11.1 -> 0.5.11.2
2020-09-22 18:35:08 +00:00
Frederik Rietdijk
7bff759fac
Merge staging-next into staging
2020-09-22 18:31:56 +02:00
Tim Steinbach
d8b5fb33b5
oh-my-zsh: 2020-09-14 -> 2020-09-20
2020-09-20 19:24:37 -04:00
WORLDofPEACE
34aaac6d7c
Merge branch 'staging-next' into staging
2020-09-20 18:41:15 -04:00
Mario Rodas
0561fdef05
xonsh: 0.9.21 -> 0.9.22
...
https://github.com/xonsh/xonsh/releases/tag/0.9.22
2020-09-16 18:00:00 -05:00
Tim Steinbach
911c641ace
oh-my-zsh: 2020-09-12 -> 2020-09-14
2020-09-15 10:47:51 -04:00
Florian Klink
3bfdbea881
bash-completion: disable tests
...
Unfortunately, they're very flaky. Let's disable them for now.
2020-09-14 23:07:45 +02:00
Tim Steinbach
7699e31abb
oh-my-zsh: 2020-09-09 -> 2020-09-12
2020-09-14 08:42:05 -04:00
Tim Steinbach
edc18966fa
oh-my-zsh: 2020-09-04 -> 2020-09-09
2020-09-10 10:36:17 -04:00
Tim Steinbach
45de9a079f
oh-my-zsh: 2020-09-03 -> 2020-09-04
2020-09-08 08:52:43 -04:00
Cole Mickens
6668937f57
nushell: enable for aarch64
2020-09-05 14:13:42 -07:00
Maximilian Bosch
2c73dd64b0
Merge pull request #97208 from r-ryantm/auto-update/nushell
...
nushell: 0.18.1 -> 0.19.0
2020-09-05 13:04:55 +02:00
R. RyanTM
0a8c2f8cde
nushell: 0.18.1 -> 0.19.0
2020-09-05 08:46:57 +00:00
Mario Rodas
f87374dc69
Merge pull request #96988 from marsam/update-xonsh
...
xonsh: 0.9.20 -> 0.9.21
2020-09-04 22:02:30 -05:00
R. RyanTM
9f5aed0c22
antibody: 6.1.0 -> 6.1.1
2020-09-04 08:56:02 -07:00
Tim Steinbach
e385f98792
oh-my-zsh: 2020-09-02 -> 2020-09-03
2020-09-04 09:25:47 -04:00
John Ericson
bd3583fc71
Merge pull request #96970 from obsidiansystems/dash-cross
...
dash: Fix cross build
2020-09-03 14:10:15 -04:00
Mario Rodas
b03a6187b1
xonsh: 0.9.20 -> 0.9.21
...
https://github.com/xonsh/xonsh/releases/tag/0.9.21
2020-09-02 21:21:21 +00:00
John Ericson
a47d059689
dash: Fix cross build
2020-09-02 16:16:49 -04:00
Tim Steinbach
f9bf64f0c4
oh-my-zsh: 2020-08-31 -> 2020-09-02
2020-09-02 13:48:58 -04:00
Tim Steinbach
0a64ff8152
oh-my-zsh: 2020-08-28 -> 2020-08-31
2020-09-01 09:39:32 -04:00
Tim Steinbach
416987cfff
oh-my-zsh: Fix update script
2020-08-31 09:15:47 -04:00
Tim Steinbach
c23a404cb6
Remove fetchpatch
2020-08-31 09:08:49 -04:00
Tim Steinbach
63a726d847
Merge branch 'master' into ohmyzsh-cleanups
2020-08-31 08:57:43 -04:00
Tim Steinbach
1b0186928d
oh-my-zsh: 2020-08-24 -> 2020-08-28
2020-08-31 08:30:45 -04:00
Florian Klink
b07a1dc743
oh-my-zsh: apply patch to remove usages of perl
...
https://github.com/NixOS/nixpkgs/pull/91213 removed `perl` from $PATH.
This adds a patch to oh-my-zsh, using `sed` instead of `perl` to do the
regexp substitution.
2020-08-28 23:23:44 +02:00
Florian Klink
f1e667234d
oh-my-zsh: cleanup
...
- use fetchFromGitHub instead of fetchgit
- indent the `installPhase` properly
- remove unused `pathsToLink`
- don't hardcode `phases` to allow patching
- don't copy from $src, but . to allow patching
2020-08-28 12:28:16 +02:00
Mario Rodas
4d57351aed
xonsh: 0.9.19 -> 0.9.20
...
https://github.com/xonsh/xonsh/releases/tag/0.9.20
2020-08-26 04:20:00 +00:00
Ryan Mulligan
34d3a27604
Merge pull request #96276 from r-ryantm/auto-update/elvish
...
elvish: 0.14.0 -> 0.14.1
2020-08-25 10:08:34 -07:00
Tim Steinbach
692a12e6ee
oh-my-zsh: 2020-08-20 -> 2020-08-24
2020-08-25 09:12:16 -04:00
R. RyanTM
7ec800fda1
elvish: 0.14.0 -> 0.14.1
2020-08-25 12:42:02 +00:00
Daniël de Kok
7cbeb32381
rssh: remove
...
Upstream has not made any releases since 2012 and there are several
known CVEs.
The derivation has been marked broken in nixpkgs since March 2019.
2020-08-25 08:42:55 +02:00
Tim Steinbach
725a3da8ab
oh-my-zsh: 2020-08-18 -> 2020-08-20
2020-08-20 08:18:29 -04:00
Tim Steinbach
423361a664
oh-my-zsh: 2020-08-17 -> 2020-08-18
2020-08-19 08:50:43 -04:00
Tim Steinbach
1cdddfef4b
oh-my-zsh: 2020-08-06 -> 2020-08-17
2020-08-18 08:02:25 -04:00
zowoq
473536e3b5
buildRustPackage: remove platform.all from packages
2020-08-16 12:48:18 +10:00
Yuki Okushi
2026a9aee0
nushell: 0.17.0 -> 0.18.1
2020-08-15 07:25:05 +09:00
Mario Rodas
4cba5d3a51
Merge pull request #95268 from r-ryantm/auto-update/pure-prompt
...
pure-prompt: 1.12.0 -> 1.13.0
2020-08-12 19:15:32 -05:00
R. RyanTM
5178e81f47
pure-prompt: 1.12.0 -> 1.13.0
2020-08-12 17:50:50 +00:00
Timothy Stott
ba7c0893d4
treewide: remove obsolete attribute goPackagePath in buildGoModule derivations ( #95092 )
...
The buildGoModule infrastructure does not make use of goPackagePath it is a residue from buildGoPackage.
2020-08-11 21:04:55 +00:00
Mario Rodas
dc89d3dba7
xonsh: 0.9.18 -> 0.9.19
...
https://github.com/xonsh/xonsh/releases/tag/0.9.19
2020-08-10 04:20:00 +00:00
José Romildo Malaquias
d3a7373a7a
Merge pull request #94495 from romildo/upd.liquidprompt
...
liquidprompt: unstable-2018-05-21 -> 1.12.0
2020-08-10 10:50:15 -03:00
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
José Romildo Malaquias
83e4fe3466
liquidprompt: unstable-2018-05-21 -> 1.12.0
2020-08-01 21:16:38 -03: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
Philipp Mildenberger
54bba2ee12
nushell: add checkPhase without --target which causes failing tests
2020-06-20 10:38:45 +02:00
Raimon Grau
69199b0b21
oil: 0.8.pre4 -> 0.8.pre6
2020-06-18 21:12:13 +01:00
Tim Steinbach
9de1c659e4
oh-my-zsh: 2020-06-17 -> 2020-06-18
2020-06-18 08:16:06 -04:00
Michele Guerini Rocco
b2532174e0
Merge pull request #90670 from bouk/fish-no-tr
...
fish: replace use of tr with string split
2020-06-18 09:48:01 +02:00