Commit graph

920 commits

Author SHA1 Message Date
Frederik Rietdijk 419bc0a4cd Revert "Revert "Merge master into staging-next""
In 87a19e9048 I merged staging-next into master using the GitHub gui as intended.
In ac241fb7a5 I merged master into staging-next for the next staging cycle, however, I accidentally pushed it to master.
Thinking this may cause trouble, I reverted it in 0be87c7979. This was however wrong, as it "removed" master.

This reverts commit 0be87c7979.
2020-02-05 19:41:25 +01:00
Frederik Rietdijk 0be87c7979 Revert "Merge master into staging-next"
I merged master into staging-next but accidentally pushed it to master.
This should get us back to 87a19e9048.

This reverts commit ac241fb7a5, reversing
changes made to 76a439239e.
2020-02-05 19:18:35 +01:00
Tim Steinbach e9a21da6a1
oh-my-zsh: 2020-02-04 -> 2020-02-04 2020-02-05 08:31:36 -05:00
Tim Steinbach 3931b82775
oh-my-zsh: 2020-01-31 -> 2020-02-04 2020-02-04 09:44:47 -05:00
Martin Weinelt f40dcc6c52
zsh-powerlevel10k: 1.0 -> 1.1 2020-02-02 21:34:05 +01:00
Tim Steinbach d0f3e3e07f
oh-my-zsh: 2020-01-30 -> 2020-01-31 2020-02-01 09:18:52 -05:00
Maximilian Bosch 4afad26f79
Merge pull request #78782 from cust0dian/nushell-0.9.0
nushell: 0.8.0 -> 0.9.0
2020-02-01 12:29:01 +01:00
Tim Steinbach 79713f8a90
oh-my-zsh: 2020-01-04 -> 2020-01-30 2020-01-30 16:41:13 -05:00
Serg Nesterov e8e47ce945
nushell: 0.8.0 -> 0.9.0 2020-01-30 14:16:28 +03:00
Frederik Rietdijk dce0ca29d9 Merge master into staging-next 2020-01-28 10:46:13 +01:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
Silvan Mosberger b785f2a98a
Merge pull request #65430 from pasqui23/zbd
zsh-bd:init at 2018-07-04
2020-01-21 16:11:56 +01:00
Pasquale 341097c8cf zsh-bd: init at 2018-07-04 2020-01-21 12:38:22 +01:00
Maximilian Bosch 70afd4e63b
zsh-you-should-use: 1.6.0 -> 1.7.0
https://github.com/MichaelAquilina/zsh-you-should-use/blob/1.7.0/CHANGELOG.md#170
2020-01-20 13:44:29 +01:00
Linus Heckemann 645c9a672b
Merge pull request #78020 from dywedir/oil
oil: 0.7.pre9 -> 0.7.pre11
2020-01-19 21:07:22 +01:00
Mario Rodas 82a484d375
Merge pull request #78003 from marsam/enable-mrsh-darwin
mrsh: enable on darwin
2020-01-19 10:32:36 -05:00
Florian Klink 26f1ce1276
Merge pull request #77841 from mweinelt/powerlevel10k-1.0
zsh-powerlevel10k: unstable-2019-12-19 -> 1.0
2020-01-19 15:50:20 +01:00
Vladyslav M b334b46c6a
oil: 0.7.pre9 -> 0.7.pre11 2020-01-19 11:33:10 +02:00
Mario Rodas fb055f51aa
mrsh: enable on darwin 2020-01-18 04:20:00 -05:00
Gabriel Ebner 26afc6c46d fish: fix systemctl completion 2020-01-17 17:42:33 +01:00
Martin Weinelt 67b968a9ec
zsh-powerlevel10k: unstable-2019-12-19 -> 1.0 2020-01-16 20:18:29 +01:00
Arnout Engelen 996e11d92b bash: enable PGRP_PIPE deterministically #77055 2020-01-15 09:45:11 +01:00
Will Dietz 2e63e9c433 zsh-autosuggestions: 0.6.3 -> 0.6.4 2020-01-11 12:51:27 -08:00
Matthias Beyer dd78f9c247 mrsh: init at 2020-01-08
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-08 14:38:43 +01:00
Maximilian Bosch a1932826d7
Merge pull request #77249 from filalex77/nushell-0.8.0
nushell: 0.7.1 -> 0.8.0
2020-01-07 22:06:15 +01:00
Oleksii Filonenko 6418e73552
nushell: 0.7.1 -> 0.8.0 2020-01-07 19:58:06 +02:00
Martin Weinelt 6eb0aee387 zsh-powerlevel10k: init at unstable-2019-12-19 2020-01-06 21:49:15 +01:00
Tim Steinbach 7b9da94d49
oh-my-zsh: 2020-01-01 -> 2020-01-04 2020-01-05 16:17:40 -05:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Maximilian Bosch 2ff742e970
nushell: 0.7.0 -> 0.7.1
https://crates.io/crates/nu/0.7.1

`aarch64-linux` is currently not supported as several crates fail to
compile on ARM archs (https://github.com/nushell/nushell/issues/485).
2020-01-02 12:35:48 +01:00
Tim Steinbach 3ebcd9a338
oh-my-zsh: 2019-12-29 -> 2020-01-01 2020-01-01 16:12:27 -05:00
Matthew Bauer 13b0141486
powershell: set shellPath
Fixes #45830
2019-12-31 13:25:47 -05:00
mox 89c23241ed Adding passthru to ion shell to allow using it as a login shell as advised for a similar case in https://github.com/NixOS/nixpkgs/issues/45830 2019-12-31 06:40:07 +01:00
Robin Gloster 006242fd5a
treewide: fix types for mkDerivation params 2019-12-31 01:23:19 +01:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Robin Gloster 2157dcd141
treewide: installFlags is a list 2019-12-30 13:22:43 +01:00
Merijn Broeren 133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Robin Gloster 53cbd1b7bf
bash: *Flags are lists 2019-12-30 11:13:41 +01:00
Franz Pletz 0852b7d5bb
ksh: add patch to fix darwin build 2019-12-30 03:50:35 +01:00
Tim Steinbach 124ec9c18e
oh-my-zsh: 2019-12-27 -> 2019-12-29 2019-12-28 23:19:54 -05:00
Tim Steinbach 8c01abd962
oh-my-zsh: 2019-12-22 -> 2019-12-27 2019-12-26 20:10:45 -05:00
Maximilian Bosch 9842c4b107
treewide: update which packages I'm currently maintaining
Idea shamelessly stolen from 4e60b0efae.

I realized that I don't really know anymore where I'm listed as maintainer and what
I'm actually (co)-maintaining which means that I can't proactively take
care of packages I officially maintain.

As I don't have the time, energy and motivation to take care of stuff I
was interested in 1 or 2 years ago (or packaged for someone else in the
past), I decided that I make this explicit by removing myself from several
packages and adding myself in some other stuff I'm now interested in.

I've seen it several times now that people remove themselves from a
package without removing the package if it's unmaintained after that
which is why I figured that it's fine in my case as the affected pkgs
are rather low-prio and were pretty easy to maintain.
2019-12-26 15:27:47 +01:00
Franz Pletz 77b6c3cd06
Merge remote-tracking branch 'origin/master' into gcc-9 2019-12-26 14:17:36 +01:00
Tim Steinbach e865acf44c
oh-my-zsh: 2019-12-20 -> 2019-12-22 2019-12-22 20:11:22 -05:00
Tim Steinbach e093c7503f
oh-my-zsh: 2019-12-18 -> 2019-12-20 2019-12-20 11:36:44 -05:00
Renaud 3a30486bea
Merge pull request #75301 from dasj19/upgrade-bash-50-p11
bash 5.0p9 -> 5.0p11
2019-12-19 22:50:36 +01:00
Mario Rodas 54d52ec0bf
Merge pull request #75932 from filalex77/nushell-0.7.0
nushell: 0.6.1 -> 0.7.0
2019-12-19 10:00:39 -05:00
Oleksii Filonenko 7c7e2afc5c
nushell: change --all-features to --features=stable 2019-12-19 16:26:35 +02:00
Oleksii Filonenko 297a5627af
nushell: 0.6.1 -> 0.7.0 2019-12-19 11:17:23 +02:00