Commit Graph

250121 Commits

Author SHA1 Message Date
Maximilian Bosch
7616553570
Merge pull request #102228 from SuperSandro2000/rubocop-1.1.0
rubocop: 0.77.0 -> 1.1.0
2020-10-31 16:27:16 +01:00
Matthieu Coudron
db157224ef neovim: restore neovim.override
the compatibility layer for `wrapNeovim` introduced in https://github.com/NixOS/nixpkgs/pull/101265
broke the recommended way of configuration:
https://nixos.org/manual/nixpkgs/stable/#custom-configuration
https://nixos.wiki/wiki/Vim#Customizations

restore the old ways.
2020-10-31 15:52:34 +01:00
Maximilian Bosch
be9313766b
packer: 1.6.4 -> 1.6.5
https://github.com/hashicorp/packer/releases/tag/v1.6.5
2020-10-31 15:51:19 +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
Matthieu Coudron
95702fe6d2 neovim: revert change to extraMakeWrapperArgs
wrapNeovim incited users to use a list instead of a string. Revert that:
the change is not super useful while breaking home-manager.
2020-10-31 14:32:02 +01:00
Michael Weiss
680d320123
tdesktop: 2.4.4 -> 2.4.5 2020-10-31 14:24:49 +01:00
Sandro Jäckel
534b0f19f3
rubocop: 0.77.0 -> 1.1.0 2020-10-31 13:38:22 +01:00
zowoq
f28c4a120f vgrep: 2.4.0 -> 2.5.0
https://github.com/vrothberg/vgrep/releases/tag/v2.5.0
2020-10-31 22:00:22 +10:00
Maximilian Bosch
1ecc5c7760
Merge pull request #102199 from evalexpr/i3status-rust-update-0.14.2
i3status-rust: 0.14.1 -> 0.14.2
2020-10-31 11:59:33 +01:00
Jonathan Wilkins
d7ea518958
i3status-rust: 0.14.1 -> 0.14.2 2020-10-31 10:34:23 +00:00
Marek Mahut
2da96f3f9c
Merge pull request #102152 from RaghavSood/ledger-live/2.15.0
ledger-live-desktop: 2.14.0 -> 2.15.0
2020-10-31 10:14:50 +00:00
Marek Mahut
7bea6f9b91
Merge pull request #99929 from JesusMtnez/slack
slack: 4.9.0 -> 4.10.3
2020-10-31 10:14:02 +00:00
Philipp Kern
f433d25ea0 exim: unconditionally build with dsearch lookups enabled
dsearch is required to do untainted lookups in directories. There's
no reason not to build it in and it's a standard feature in other
distributions.
2020-10-31 10:57:46 +01:00
lf-
b37bbca521 nixos/modules: fix systemd start rate-limits
These were broken since 2016:
f0367da7d1
since StartLimitIntervalSec got moved into [Unit] from [Service].
StartLimitBurst has also been moved accordingly, so let's fix that one
too.

NixOS systems have been producing logs such as:
/nix/store/wf98r55aszi1bkmln1lvdbp7znsfr70i-unit-caddy.service/caddy.service:31:
Unknown key name 'StartLimitIntervalSec' in section 'Service', ignoring.

I have also removed some unnecessary duplication in units disabling
rate limiting since setting either interval or burst to zero disables it
(ad16158c10/src/basic/ratelimit.c (L16))
2020-10-31 01:35:56 -07:00
Vincent Laporte
8cab21b48b Revert "coq: propagate and install ocaml and findlib"
This reverts commit 5d0e2dedd5.
2020-10-31 09:08:06 +01:00
WORLDofPEACE
7bee257d88
Merge pull request #101438 from nora-puchreiner/patch-1
graalvm8-ee, graalvm11-ee: 20.0.0 -> 20.2.1
2020-10-31 04:01:19 -04:00
Jade
2df221ec8a
nixos/postgresql: fix inaccurate docs for authentication (#97622)
* nixos/postgresql: fix inaccurate docs for authentication

We actually use peer authentication, then md5 based authentication.
trust is not used.

* Use a link for mkForce docs

Co-authored-by: aszlig <aszlig@redmoonstudios.org>

Co-authored-by: lf- <lf-@users.noreply.github.com>
Co-authored-by: aszlig <aszlig@redmoonstudios.org>
2020-10-31 03:35:19 -04:00
Jonathan Ringer
0544a7f672 scripts/mark-broken: improve
This improves on the previous verison of this script.

Previously it only accepted one attr, and required
explicit passing of the "broken" value.

This script is meant to be used to mark failing hydra builds as broken in the meta attrs
To use the script, you should pass the list of failing attrs as arguments to the script.

Example: `cat failing-attrs | xargs ./pkgs/common-update/scripts/mark-broken`

Generating a list of failing attrs: (this should be improved at a later date)
  - Go to the most recent hydra evaluation with all builds completed
  - Select the "builds still failing" tab
  - Highlight and select all packages, should be prefixed with `nixpkgs.`
  - Use regex and editor foo to leave only the attr names
  - Use the above example command to then execute the script

OTHER NOTES:
  - The `denyFileList` and `denyAttrList` will likely need to be updated slightly
    to align with the conventions used in nixpkgs at execution time
  - Any attrs which failed for any reason will be written to `failed-marks.txt`.
    Those attrs will likely need manual attention as disablement will likely be conditional.
2020-10-30 23:11:36 -07:00
Jonathan Ringer
b8f45c32f8 python3Packages.tensorflow: break if gast not correct 2020-10-30 23:11:03 -07:00
Jonathan Ringer
ec38df81a9 buildFHSUserEnvBubblewrap: fix whitespace with root directories 2020-10-30 22:52:58 -07:00
WORLDofPEACE
7b3b82f7af
Merge pull request #100136 from xaverdh/nixos-install-support-impure
nixos-install: pass through impure flag
2020-10-31 01:17:07 -04:00
Masanori Ogino
a32ede5635
kmscon: add omasanori as a maintainer (#102206)
Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-31 01:02:35 -04:00
Benjamin Hipple
7da9af20a8
Merge pull request #102183 from flyfloh/miio-fix
python-miio: fix
2020-10-31 00:52:06 -04:00
Benjamin Hipple
7214b6b2ab
Merge pull request #102197 from ipetkov/topgrade-5.8.1
topgrade: 5.7.0 -> 5.8.1
2020-10-31 00:46:41 -04:00
Benjamin Hipple
4a29d9c069
Merge pull request #102198 from jbedo/last
last: 1066 -> 1133
2020-10-31 00:46:04 -04:00
Sergey Lukjanov
5c4342674b hugo: 0.76.5 -> 0.77.0 2020-10-30 21:20:52 -07:00
Mario Rodas
661f6bf2c9 lxc: 4.0.4 -> 4.0.5 2020-10-31 04:20:00 +00:00
Mario Rodas
d703bf0a9b skim: 0.9.1 -> 0.9.2
https://github.com/lotabout/skim/releases/tag/v0.9.2
2020-10-31 04:20:00 +00:00
ajs124
edce0de0d2
Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
Cole Helbling
f5ac1c66f0
zoxide: 0.4.3 -> 0.5.0
https://github.com/ajeetdsouza/zoxide/compare/v0.4.3...v0.5.0

Tests are disabled on darwin because they fail and I can't troubleshoot
(since I don't have a darwin system).

Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
2020-10-30 18:58:57 -07:00
Graham Christensen
800ebd4561
Merge pull request #102201 from danderson/danderson/add-cli-to-path
nixos/tailscale: add tailscale to environment.systemPackages.
2020-10-30 21:22:16 -04:00
David Anderson
9a8d6011aa nixos/tailscale: add tailscale to environment.systemPackages.
Use of Tailscale requires using the `tailscale` CLI to talk to the
daemon. If the CLI isn't in systemPackages, the resulting user experience
is confusing as the Tailscale daemon does nothing.

Signed-off-by: David Anderson <dave@natulte.net>
2020-10-30 17:58:14 -07:00
zowoq
1e20b2dce4 shfmt: install man page 2020-10-31 09:59:37 +10:00
Sandro Jäckel
703010347f shfmt: 3.1.2 -> 3.2.0 2020-10-31 09:59:37 +10:00
Justin Bedo
32573f4b6e
last: 1066 -> 1133 2020-10-31 10:59:02 +11:00
ajs124
a5bce15b5d skype_call_recorder: drop
hasn't worked since 2017: https://atdot.ch/scr/2017/06/important-information-regarding-skype-version-5/
the version packaged here is also from 2008, as far as I can tell
the last upstream release was 2016
2020-10-31 00:42:36 +01:00
Ivan Petkov
9b813793ef
topgrade: 5.7.0 -> 5.8.1 2020-10-30 16:32:09 -07:00
zowoq
21b2619ee6 buildah: 1.16.5 -> 1.17.0
https://github.com/containers/buildah/releases/tag/v1.17.0
2020-10-31 09:26:44 +10:00
Silvan Mosberger
78782d368e
Merge pull request #102191 from deviant/fix-inherit
lib/sources.nix: fix incorrect inherit
2020-10-31 00:15:40 +01:00
Maximilian Bosch
4536670516
Merge pull request #101679 from r-ryantm/auto-update/liquibase
liquibase: 4.0.0 -> 4.1.1
2020-10-30 23:51:24 +01:00
Maximilian Bosch
358b3565d8
Merge pull request #102121 from r-ryantm/auto-update/bpytop
bpytop: 1.0.44 -> 1.0.47
2020-10-30 23:42:04 +01:00
Maximilian Bosch
952dc5c7ff
Merge pull request #101421 from sikmir/geogebra
geogebra: 5-0-593-0 -> 5-0-609-0, geogebra6: 6-0-600-0 -> 6-0-609-0
2020-10-30 23:39:37 +01:00
V
3e1652f8f0 lib/sources.nix: fix incorrect inherit
split comes from builtins, not lib.

	error: attribute 'split' missing, at /nix/path/nixpkgs/lib/sources.nix:4:4
	(use '--show-trace' to show detailed location information)
2020-10-30 23:19:22 +01:00
Bruno Bigras
4e6f5a3054 chrony: 3.5.1 -> 4.0 2020-10-30 17:44:24 -04:00
Martin Weinelt
5a22c6f167
Merge pull request #99521 from mweinelt/irc-stuff
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
Martin Weinelt
4221de2b4f
Merge pull request #99523 from mweinelt/ircdog
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
WORLDofPEACE
ee9154c4c1
Merge pull request #101132 from deviant/iosevka-variants
iosevka-bin: add support for variants
2020-10-30 17:30:59 -04:00
Peter Simons
19c8562dbc
Merge pull request #101829 from NixOS/haskell-updates
Update Haskell package set to LTS 16.20 (plus other fixes)
2020-10-30 22:16:32 +01:00
Jan Tojnar
3d3792020d
Merge pull request #102163 from mkenigs/rm-glacier-cmd
amazon-glacier-cmd-interface: remove package
2020-10-30 22:05:50 +01:00
WORLDofPEACE
822edc571c maintainers: my name should be stylized 2020-10-30 16:49:57 -04:00