Commit graph

363628 commits

Author SHA1 Message Date
R. Ryantm a46b49291d callaudiod: 0.1.3 -> 0.1.4 2022-03-26 09:39:42 +00:00
R. Ryantm 4bbf1a90c4 dictdDBs.wiktionary: 20210920 -> 20220301 2022-03-25 23:25:06 +00:00
R. Ryantm a15467886a python310Packages.diff-cover: 6.4.4 -> 6.4.5 2022-03-25 15:13:14 -07:00
R. Ryantm c7fc7f25f1 python310Packages.affine: 2.3.0 -> 2.3.1 2022-03-25 14:49:57 -07:00
R. Ryantm c4c1d7839d python310Packages.mkdocs-material: 8.2.6 -> 8.2.7 2022-03-25 14:49:19 -07:00
D Anzorge 6d33b26fd1 fish: 3.4.0 -> 3.4.1 2022-03-25 14:09:39 -07:00
06kellyjac 7f618b06a0 nerdctl: 0.17.1 -> 0.18.0 2022-03-26 07:06:49 +10:00
maxine [they] 65f39165eb
Merge pull request #165479 from savannidgerinel/savanni/1password-browsersupport
nixos/1password-gui: init at 8.6.0
2022-03-25 21:48:31 +01:00
Daniel Kilimnik 206e030ce2 installer/cd-dvd/iso-image: add syslinuxTheme config option
It was not possible to change the theme used by syslinux when building an iso image.
2022-03-25 21:37:20 +01:00
Fabian Affolter 4771e594ae
Merge pull request #165767 from applePrincess/exploitdb-2022-03-24
exploitdb: 2022-03-22 -> 2022-03-24
2022-03-25 20:32:46 +01:00
davidak 84232a23d8
Merge pull request #165763 from DarkKirb/update-bcachefs
linux_testing_bcachefs: Bump patch version
2022-03-25 20:28:20 +01:00
Artturi 01655d59e3
Merge pull request #165681 from williballenthin/patch-2 2022-03-25 21:08:19 +02:00
Artturi 15becbf574
Merge pull request #165680 from williballenthin/patch-1 2022-03-25 20:51:23 +02:00
Artturi 4152377b66
Merge pull request #162511 from Artturin/add-alias-keep-feature 2022-03-25 20:28:37 +02:00
Charlotte 🦝 Delenk d278459294
bcachefs-tools: 2022-03-09 -> 2022-03-22 2022-03-25 19:28:17 +01:00
Charlotte 🦝 Delenk 158789753f
linux_testing_bcachefs: 2022-03-09 -> 2022-03-21
This should fix a bug causing kernel panics when your fs has snapshots
enabled. See:
https://lore.kernel.org/all/bc622d24-9fad-7b3-22cb-da4bf2dd32d@ewheeler.net/T/

This patch also bumps the kernel version to 5.16, as bcachefs is devel-
oping against that now.
2022-03-25 19:28:17 +01:00
Willi Ballenthin e446f7b091 python3Packages.capstone: fix build on aarch64-darwin
closes #165679
2022-03-25 20:22:18 +02:00
Willi Ballenthin f318d3b560 python3Packages.unicorn: fix build on aarch64-darwin
closes #165181
2022-03-25 20:19:13 +02:00
Artturi f76dd8bd24
Merge pull request #165760 from linyinfeng/godns 2022-03-25 20:12:31 +02:00
Thiago Kenji Okada 4bf4d0a3e4
Merge pull request #164186 from mtrsk/insomnia/update-to-2022.1.1
insomnia: 2021.7.2 -> 2022.1.1
2022-03-25 18:10:47 +00:00
Fabian Affolter f55958c7ca
Merge pull request #165754 from r-ryantm/auto-update/python310Packages.azure-mgmt-containerservice
python310Packages.azure-mgmt-containerservice: 17.0.0 -> 18.0.0
2022-03-25 19:09:51 +01:00
Silvan Mosberger 5a67e9db61
Merge pull request #133532 from Infinisil/systemd-unit-dirs 2022-03-25 19:05:35 +01:00
Bernardo Meurer f33719eda1
Merge pull request #165698 from gkleen/zfs
zfs: 2.1.3 -> 2.1.4
2022-03-25 10:29:39 -07:00
Bernardo Meurer 4a732dfba6
Merge pull request #165710 from lovesegfault/nvidia-510.60.02
linuxPackages.nvidia_x11: 510.54 -> 510.60.02
2022-03-25 10:28:03 -07:00
Silvan Mosberger 3180037c84
Merge pull request #164616 from TilCreator/update-inav-configurator
inav-configurator: 3.0.2 -> 4.1.0
2022-03-25 18:19:45 +01:00
Silvan Mosberger 204366af6d
Merge pull request #153981 from Enzime/nixos-rebuild-flake-reexec
nixos-rebuild: Reexec when using flakes
2022-03-25 18:16:22 +01:00
Silvan Mosberger dc15fc6837
Merge pull request #165593 from r-ryantm/auto-update/python3.10-vertica-python
python310Packages.vertica-python: 1.0.3 -> 1.0.4
2022-03-25 18:09:34 +01:00
Silvan Mosberger bec05c6527
Merge pull request #165398 from Mic92/commit-comment
build(deps): bump peter-evans/commit-comment from 1 to 2
2022-03-25 18:06:33 +01:00
Silvan Mosberger c70a466d21 nixos/systemd: Allow creation of unit directories
This patch allows creation of files like
/etc/systemd/system/user-.slice.d/limits.conf with

    systemd.units."user-.slice.d/limits.conf" = {
      text = ''
        [Slice]
        CPUAccounting=yes
        CPUQuota=50%
      '';
    };

which previously threw an error

Also renames the systemd-unit-path test to sytsemd-misc, and extends it to
test that `systemd.units` can handle directories. In this case we make
sure that resource limits specified in user slices apply.
2022-03-25 17:47:44 +01:00
Silvan Mosberger d96a67d156
Merge pull request #161545 from Infinisil/synaesthesia
synaesthesia: init at 2.4
2022-03-25 17:42:24 +01:00
Silvan Mosberger 99d9d45630
Merge pull request #164651 from Infinisil/remove-optionSet
lib/modules: Finally remove deprecated types.optionSet
2022-03-25 17:41:57 +01:00
Lein Matsumaru df26b72fe7
exploitdb: 2022-03-22 -> 2022-03-24 2022-03-25 16:31:39 +00:00
Emery Hemingway de23459252 littlefs-fuse: init at 2.4.1 2022-03-25 16:30:49 +00:00
Emery Hemingway 4ec35ff6d6 nixos: init programs/nncp module
The NNCP utilities read a configuration at "/etc/nncp.hjson" by
default. Add a NixOS module for generating this configuration.
2022-03-25 16:30:13 +00:00
Emery Hemingway ad15abe7ff squid: 4.17 -> 5.4.1
* enable HTCP
* enable systemd support
* add NixOS option "services.squid.package"
2022-03-25 15:59:05 +00:00
Matthieu Coudron b861f07f82
Merge pull request #165255 from rien/master 2022-03-25 16:35:55 +01:00
maralorn 0e0bb200ff
Merge pull request #165327 from ncfavier/fetchpatch-relative
fetchpatch: add `preIncludes` and `relative`
2022-03-25 16:32:14 +01:00
Kevin Cox 974af50601
Merge pull request #165547 from LibreCybernetics/kernel-options
Kernel options cleanup
2022-03-25 11:01:29 -04:00
Thiago Kenji Okada 2958a88341
Merge pull request #165695 from buckley310/pt-2022-03-24
ciscoPacketTracer8: 8.0.1 -> 8.1.1
2022-03-25 14:53:14 +00:00
Lin Yinfeng 13f70082dc
godns: 2.7 -> 2.7.1 2022-03-25 22:49:54 +08:00
Kevin Cox 30d3d79b7d
Merge pull request #161652 from 06kellyjac/libpwquality
libpwquality: 1.4.2 -> 1.4.4
2022-03-25 10:41:56 -04:00
Maciej Krüger 511e56d76c
Merge pull request #140406 from mkg20001/mvn 2022-03-25 15:08:44 +01:00
Ulrik Strid d6e2e39a6e ocamlPackages.nonstd,facile: run dune upgrade for newer ocaml versions
This allows us to build the packages on OCaml >=4.12

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-03-25 13:55:18 +01:00
Ulrik Strid 661ee6b468 ocamlPackages treewide: Add missing inputs 2022-03-25 13:55:18 +01:00
Fabian Affolter 1abf65b169
python3Packages.azure-mgmt-containerservice: disable on older Python releases 2022-03-25 13:45:30 +01:00
Fabian Affolter 6e30c654e1
Merge pull request #165738 from r-ryantm/auto-update/flexget
flexget: 3.3.3 -> 3.3.4
2022-03-25 13:41:38 +01:00
Fabian Affolter 64a6a5af7d
Merge pull request #165753 from r-ryantm/auto-update/python310Packages.asyncsleepiq
python310Packages.asyncsleepiq: 1.2.0 -> 1.2.1
2022-03-25 13:40:09 +01:00
Jacek Galowicz 5a650acbb1
Merge pull request #165752 from helsinki-systems/feat/test-runner-send-serial
nixos/test-runner: Allow writing to qemu stdin
2022-03-25 13:32:28 +01:00
Pascal Bach 08e1edba22
Merge pull request #165456 from r-ryantm/auto-update/nodejs-17_x
nodejs-17_x: 17.7.2 -> 17.8.0
2022-03-25 13:26:49 +01:00
R. Ryantm c08900703d python310Packages.azure-mgmt-containerservice: 17.0.0 -> 18.0.0 2022-03-25 11:54:29 +00:00