Commit Graph
237515 Commits
Author SHA1 Message Date
Sarah BrofeldtandGitHub f2be6bd91a Merge pull request #93976 from prusnak/gnupg
gnupg22: 2.2.20 -> 2.2.21
2020-08-06 20:19:22 +02:00
Florian KlinkandGitHub 8e0b2b9177 Merge pull request #66856 from flokli/systemd-cryptsetup-lvm
systemd: build with cryptsetup support, add cryptsetup generators
2020-08-06 12:06:54 +02:00
Florian KlinkandFrederik Rietdijk 9f911ab1b5 systemd: 245.6 -> 245.7 2020-08-05 12:32:09 +02:00
Frederik Rietdijk 41f03e6026 Merge staging-next into staging 2020-08-05 12:06:30 +02:00
Frederik Rietdijk 834e04c474 Merge master into staging-next 2020-08-05 12:06:07 +02:00
Marek MahutandGitHub 258ca6451d Merge pull request #94617 from dadada/dadada/dokuwiki
nixos/dokuwiki: add test for login
2020-08-05 11:55:40 +02:00
Marek MahutandGitHub 0bc37f7cb4 Merge pull request #94609 from 1000101/dokuwiki
nixos/dokuwiki: drop SSL forcing and document incompatibility
2020-08-05 11:54:42 +02:00
Marek MahutandGitHub 6cf131d54e Merge pull request #94340 from 1000101/maintainer
nixos/modules: add myself as maintainer of several services
2020-08-05 11:54:29 +02:00
Vincent LaporteandVincent Laporte 07e3aab009 ocamlPackages.mustache: init at 3.1.0
mustache.js logic-less templates in OCaml
2020-08-05 11:39:18 +02:00
Michael Weiss 36626150c2 isync: 1.3.2 -> 1.3.3 2020-08-05 11:35:22 +02:00
Michael Weiss 695b69ac7d signal-desktop: 1.34.4 -> 1.34.5 2020-08-05 11:24:47 +02:00
Daniël de KokandGitHub 5be7fe6b27 Merge pull request #94652 from Luflosi/update/kakoune
kakoune: 2020.01.16 -> 2020.08.04
2020-08-05 10:55:09 +02:00
Jörg ThalheimandGitHub 8e2b14aceb Merge pull request #93634 from sikmir/hyx 2020-08-05 09:17:35 +01:00
Daniël de KokandGitHub 7b0fd2105c Merge pull request #94639 from marsam/update-recursive
recursive: 1.052 -> 1.053
2020-08-05 08:32:30 +02:00
Daniël de KokandGitHub 1474bfe27d Merge pull request #93653 from danieldk/mkl-2020.2.254
mkl: 2020.1.217 -> 2020.2.254
2020-08-05 08:08:08 +02:00
Florian KlinkandGitHub d7d668cc23 Merge pull request #94699 from Mic92/linux-downgrade
Revert "linux: Init 5.8"
2020-08-05 08:02:36 +02:00
Jörg Thalheim fee8c0ae07 Revert "linux: Init 5.8"
This reverts commit 3a8cbea4f7.

This breaks systemd; We need to apply the systemd upgrade first.
2020-08-05 06:29:45 +01:00
Mario RodasandGitHub 2cef952907 Merge pull request #94696 from marsam/update-reviewdog
reviewdog: 0.10.1 -> 0.10.2
2020-08-05 00:14:12 -05:00
Mario RodasandGitHub 64204e3901 Merge pull request #94638 from marsam/update-lxd
lxd: 4.3 -> 4.4
2020-08-05 00:10:10 -05:00
Kirill ElaginandJon be04d5337e alot: Use bundled theme files 2020-08-04 21:55:35 -07:00
David Muto (pseudomuto)andJon 7220de19cd vimPlugins.vim-rails: init at 2020-06-19 2020-08-04 21:00:46 -07:00
David Muto (pseudomuto)andJon 0d53b8f356 vimPlugins.golden-ratio: init at 2020-04-03 2020-08-04 21:00:46 -07:00
David Muto (pseudomuto)andJon b532b72d3b vimPlugins: update 2020-08-04 21:00:46 -07:00
Mario Rodas 7eebc670a0 reviewdog: 0.10.1 -> 0.10.2
https://github.com/reviewdog/reviewdog/releases/tag/v0.10.2
2020-08-04 22:38:40 -05:00
Moritz ScheurenandJon 2d6c2690f6 gtg: init at 0.4.0 2020-08-04 18:08:22 -07:00
Moritz ScheurenandJon ba61b43921 pythonPackage.liblarch: init at 3.0.1 2020-08-04 18:08:22 -07:00
Peter HoegandGitHub 4d8cc104a9 Merge pull request #78166 from peterhoeg/m/logitech_lcd
nixos/lcd: add support for Logitech LCD
2020-08-05 08:32:05 +08:00
Florian Klink eb58711edf nixosTests.systemd: test cryptsetup support
This creates and opens a luks volume, puts its passphrase into a keyfile
and writes a /etc/crypttab. It then reboots the machine, and verifies
systemd parsed /etc/crypttab properly, and was able to unlock the volume
with the keyfile provided (as we try to mount it).

The memorySize of the VM had to be bumped, as luksFormat would otherwise
run out of memory.
2020-08-05 01:34:12 +02:00
zowoq bf9d9cef58 doc/2009: remove trailing whitespace 2020-08-05 09:21:34 +10:00
Arian van PuttenandFlorian Klink 29941db6bd systemd-cryptsetup-generator: remove
This package previously did override the systemd package, and instructed
ninja, systemd's previous build system, to only build the
cryptsetup-specific systemd generators (plus some manual rpath
massaging, as ninja install wasn't used).

Afterwards, users were expected to add this package to their
`systemd.generator-packages` (or since
https://github.com/NixOS/nixpkgs/pull/65376/files `systemd.packages`)
NixOS module options, so systemd will use these generators.

As the previous commit added cryptsetup support directly to the systemd
package (and pkgs.systemd now already ships the cryptsetup generators),
we don't need another package shipping the same generators.
2020-08-05 00:48:27 +02:00
Florian Klink 0a41d69968 systemd: substituteInPlace paths to mkswap and mke2fs (used in new cryptsetup-generator.c) 2020-08-05 00:46:59 +02:00
Florian Klink 72c8ed0389 systemd: build with cryptsetup and cryptsetup-generators
There's a circular dependency to systemd via cryptsetup and lvm2
(systemd -> cryptsetup -> lvm2 -> udev=systemd).

However, cryptsetup only really needs the devmapper component shipped
with lvm2. So build `pkgs.cryptsetup` with a lvm2 that doesn't come with
udev.
2020-08-05 00:46:57 +02:00
pstnandJon 6f32199fa3 gnunet-gtk: init at 0.12.0
Fixes #76754
2020-08-04 15:39:45 -07:00
Farid ZakariaandJon ea7e87abf5 jruby: 9.2.12.0 → 9.2.13.0 2020-08-04 14:50:17 -07:00
Farid ZakariaandJon d764809c4d maintainers: add fzakaria 2020-08-04 14:50:17 -07:00
zowoq bcb7327a0a .github/workflows/editorconfig.yml: remove branch restriction 2020-08-05 07:32:12 +10:00
skykaninandJon be2538f0a0 dotty: 0.23.0-RC1 -> 0.26.0-RC1 2020-08-04 14:26:01 -07:00
Maximilian BoschandGitHub 0b6f0b7b07 Merge pull request #94399 from r-ryantm/auto-update/dnsdist
dnsdist: 1.4.0 -> 1.5.0
2020-08-04 23:23:47 +02:00
Maximilian BoschandGitHub 88681e023e Merge pull request #94677 from ryantm/jitsi
treewide: add Jitsi maintainers
2020-08-04 23:16:40 +02:00
pstnandJon 28c525b85e gnunet: 0.12.1 -> 0.12.2 2020-08-04 14:16:05 -07:00
Jonathan RingerandJon 0eac2cfa20 python3Packages.sunpy: add towncrier 2020-08-04 14:11:54 -07:00
Jonathan RingerandJon 0a2bebf78d python3Packages.towncrier: init at 19.2.0 2020-08-04 14:11:54 -07:00
Maximilian BoschandGitHub 6a71386895 Merge pull request #94410 from r-ryantm/auto-update/gallery_dl
gallery-dl: 1.14.2 -> 1.14.3
2020-08-04 23:08:00 +02:00
Vladyslav MandGitHub 3bc1b7bf6f Merge pull request #94669 from alevy/slack480
slack: 4.7.0 -> 4.8.0 (linux)
2020-08-04 23:50:46 +03:00
Maximilian BoschandGitHub 0507ba3b0b Merge pull request #94650 from jojosch/dbeaver_7.1.4
dbeaver: 7.1.3 -> 7.1.4
2020-08-04 22:40:17 +02:00
Martin WeineltandJon 0480361a42 home-assistant: regenerate component packages 2020-08-04 13:11:19 -07:00
Martin WeineltandJon bee771f70d python3Packages.brother: init at 0.1.14 2020-08-04 13:11:19 -07:00
Martin WeineltandJon 786d9a39ac python3Packages.pytest-tornasync: init at 0.6.0.post2 2020-08-04 13:11:19 -07:00
Martin WeineltandJon 2ae6d1fed6 python3Packages.pytest-trio: init at 0.6.0 2020-08-04 13:11:19 -07:00
Profpatsch c253216595 lorri: 1.1.1 -> 1.2.0 2020-08-04 22:09:59 +02:00