Commit Graph
249755 Commits
Author SHA1 Message Date
Niklas Hambüchen c178fe4bbb nixos/modules: Reformat warnings section 2020-10-31 16:50:25 +01:00
lf- b37bbca521 nixos/modules: fix systemd start rate-limits
These were broken since 2016:
https://github.com/systemd/systemd/commit/f0367da7d1a61ad698a55d17b5c28ddce0dc265a
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
(https://github.com/systemd/systemd/blob/ad16158c10dfc3258831a9ff2f1a988214f51653/src/basic/ratelimit.c#L16)
2020-10-31 01:35:56 -07:00
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 RingerandJonathan 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 RingerandJonathan Ringer b8f45c32f8 python3Packages.tensorflow: break if gast not correct 2020-10-30 23:11:03 -07:00
Jonathan RingerandJonathan Ringer ec38df81a9 buildFHSUserEnvBubblewrap: fix whitespace with root directories 2020-10-30 22:52:58 -07:00
WORLDofPEACEandGitHub 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 OginoandGitHub 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 HippleandGitHub 7da9af20a8 Merge pull request #102183 from flyfloh/miio-fix
python-miio: fix
2020-10-31 00:52:06 -04:00
Benjamin HippleandGitHub 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 HippleandGitHub 4a29d9c069 Merge pull request #102198 from jbedo/last
last: 1066 -> 1133
2020-10-31 00:46:04 -04:00
ajs124andGitHub edce0de0d2 Merge pull request #102164 from helsinki-systems/drop/skype-call-recorder
skype_call_recorder: drop
2020-10-31 03:46:46 +01:00
Graham ChristensenandGitHub 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äckelandzowoq 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 MosbergerandGitHub 78782d368e Merge pull request #102191 from deviant/fix-inherit
lib/sources.nix: fix incorrect inherit
2020-10-31 00:15:40 +01:00
Maximilian BoschandGitHub 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 BoschandGitHub 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 BoschandGitHub 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
Martin WeineltandGitHub 5a22c6f167 Merge pull request #99521 from mweinelt/irc-stuff
python3Packages.{irctokens,ircstates,ircrobots}: init
2020-10-30 22:41:05 +01:00
Martin WeineltandGitHub 4221de2b4f Merge pull request #99523 from mweinelt/ircdog
ircdog: init at 0.2.1
2020-10-30 22:39:27 +01:00
WORLDofPEACEandGitHub ee9154c4c1 Merge pull request #101132 from deviant/iosevka-variants
iosevka-bin: add support for variants
2020-10-30 17:30:59 -04:00
Peter SimonsandGitHub 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 TojnarandGitHub 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
WORLDofPEACEandGitHub 8faab3de9a Merge pull request #101384 from eyJhb/among-sus
among-sus: init at 2020-10-22
2020-10-30 16:45:53 -04:00
Florian Pester 79e81e8404 python-miio: fix 2020-10-30 21:41:47 +01:00
Daiderd JordanandGitHub 76dc3ea89e Merge pull request #101783 from elseym/plex
plex: 1.20.2.3402 -> 1.20.3.3483
2020-10-30 21:40:14 +01:00
eyjhb 76cd544455 among-sus: init at 2020-10-29 2020-10-30 21:22:42 +01:00
V d3025ee8c6 iosevka-bin: add support for variants
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.

Example usage:

	fonts.fonts = with pkgs; [
	  (iosevka-bin.override { variant = "ss10"; })
	  (iosevka-bin.override { variant = "sparkle"; })
	  (iosevka-bin.override { variant = "aile"; })
	];
2020-10-30 21:19:20 +01:00
Graham ChristensenandGitHub 38a394bdee Merge pull request #102174 from grahamc/ami-root-use-gpt
AMI root partition table: use GPT to support >2T partitions
2020-10-30 16:14:37 -04:00
Graham ChristensenandGitHub 860a3a23c6 Merge pull request #102175 from grahamc/ami-random
amazon-image: random.trust_cpu=on to cut 10s from boot
2020-10-30 16:13:41 -04:00
Graham ChristensenandGitHub c06b97175b Merge pull request #102173 from grahamc/create-amis
create-amis.sh: fixup shellcheck issues, improve error logging, and add configurable service names
2020-10-30 16:13:18 -04:00
Graham ChristensenandGitHub 82578fc725 Merge pull request #102172 from grahamc/stage-1-datestamps
stage-1: add datestamps to logs
2020-10-30 16:13:02 -04:00
Graham ChristensenandGitHub b34cf366aa Merge pull request #102171 from grahamc/faster-ext-resize
stage-1: modprobe ext{2,3,4} before resizing (so resizing takes less than 45 minutes)
2020-10-30 16:12:50 -04:00
Peter Simons ed41afe60a haskell: update Cabal overrides for the new 3.2.1.0 release 2020-10-30 21:11:47 +01:00
Peter Simons 718aafa5f7 pandoc: update overrides for the new release 2020-10-30 21:11:47 +01:00
Peter Simons a2c9fb0aaa hackage-packages.nix: automatic Haskell package set update
This update was generated by hackage2nix v2.15.5-26-gcfec46d from Hackage revision
https://github.com/commercialhaskell/all-cabal-hashes/commit/950856114c6c691a0b33763d8ee677e5361923a6.
2020-10-30 21:11:39 +01:00
sternenseemannandPeter Simons 857d62462a haskellPackages.flat: unbreak
flat builds fine again as is.
2020-10-30 21:11:38 +01:00
Peter Simons 035ba1797d hackage2nix: disable broken builds to fix evaluation 2020-10-30 21:11:38 +01:00
Peter Simons 35b3a1f43a LTS Haskell 16.20 2020-10-30 21:11:37 +01:00
WORLDofPEACEandGitHub 214af51225 Merge pull request #101067 from deviant/remove-caddy-agree
nixos/caddy: remove services.caddy.agree
2020-10-30 16:02:44 -04:00
WORLDofPEACEandGitHub 99600df584 Merge pull request #101112 from deviant/remove-uemacs
uemacs: remove
2020-10-30 16:01:47 -04:00
Graham Christensen d77ddf2a40 nixos.amazonAmi: use legacy+gpt disk images to support partitions >2T 2020-10-30 15:50:25 -04:00