Commit graph

405428 commits

Author SHA1 Message Date
Erik Arvstedt
e2cc361970
lib.modules: support strings with absolute paths in disabledModules
This is particularly useful for disabling modules defined in a flake.
Example:
disabledModules = [ "${flake}/modules/mymodule.nix" ];

Previously, absolute string paths were internally prepended with `modulesPath`,
which caused the module filtering to fail.
2022-08-31 14:23:28 +02:00
superherointj
98ef945bc3
Merge pull request #189081 from r-ryantm/auto-update/fluxctl
fluxctl: 1.25.3 -> 1.25.4
2022-08-31 09:18:56 -03:00
Robert Hensing
62b25a28fe
Merge pull request #170906 from Sohalt/dockerTools.ca-certificates.crt
dockerTools ca-certificates.crt helper
2022-08-31 14:08:02 +02:00
Bobby Rong
4415574d23
Merge pull request #189049 from foo-dogsquared/fix-gnome-frog
gnome-frog: correct build inputs list
2022-08-31 19:43:32 +08:00
Bobby Rong
0429a05ecf
Merge pull request #189080 from r-ryantm/auto-update/sarasa-gothic
sarasa-gothic: 0.36.8 -> 0.37.0
2022-08-31 19:39:34 +08:00
Gabriel Ebner
4f31144ac3
Merge pull request #189092 from kilianar/lean-3.48.0
lean: 3.47.0 -> 3.48.0
2022-08-31 13:37:36 +02:00
Bobby Rong
02cc69a666
Merge pull request #188856 from r-ryantm/auto-update/glooctl
glooctl: 1.12.9 -> 1.12.10
2022-08-31 19:36:23 +08:00
Maximilian Bosch
c5369c403a
Merge pull request #189037 from delroth/grafana-9.1.2
grafana, grafana-image-renderer: bump for CVE-2022-31176
2022-08-31 13:31:58 +02:00
talyz
2affab6cf5
keycloak: 18.0.0 -> 19.0.1 2022-08-31 13:18:56 +02:00
Robert Helgesson
bacac7cf54 sigal: fix crash when building gallery
When building a gallery using `sigal build` the process would error
out with an message along the lines of

    shutil.Error: [('/nix/store/…/static/css',
                    '/…/_build/static/css',
                    "[Errno 13] Permission denied: '/…/_build/static/css'"),
                   …
                  ]

This is caused by `shutil.copytree` copying the permissions (555) of
the directories in the Nix store and then attempting to make
modifications to the copied directory. The patch makes the copy ignore
the permissions of directories.
2022-08-31 13:06:50 +02:00
Jörg Thalheim
5df5df389a
Merge pull request #188965 from Mic92/nearcore
nearcore: 1.28.0 -> 1.28.1
2022-08-31 12:00:48 +01:00
Jonas Heinrich
757f3a19bc
Merge pull request #189062 from mcwitt/upgrade-jmp
python310Packages.jmp: 4b94370 -> 260e5ba
2022-08-31 12:22:03 +02:00
Kim Lindberger
943a952018
Merge pull request #189096 from NixOS/revert-188862-auto-update/keycloak
Revert "keycloak: 18.0.0 -> 19.0.1"
2022-08-31 12:13:07 +02:00
Kim Lindberger
169ffddd36
Revert "keycloak: 18.0.0 -> 19.0.1" 2022-08-31 12:12:52 +02:00
Jonas Heinrich
e5ec842d05
Merge pull request #188862 from r-ryantm/auto-update/keycloak
keycloak: 18.0.0 -> 19.0.1
2022-08-31 12:06:12 +02:00
Jonas Heinrich
0d1f009775
Merge pull request #188864 from NetaliDev/btop-bump
btop: 1.2.8 -> 1.2.9
2022-08-31 12:02:59 +02:00
Jonas Heinrich
9985f04100
Merge pull request #188865 from r-ryantm/auto-update/lightspark
lightspark: 0.8.6 -> 0.8.6.1
2022-08-31 11:51:53 +02:00
Jörg Thalheim
4f805873ff nearcore: 1.28.0 -> 1.28.1 2022-08-31 11:41:08 +02:00
kilianar
2b3ec1d37a lean: 3.47.0 -> 3.48.0
https://github.com/leanprover-community/lean/releases/tag/v3.48.0
2022-08-31 11:32:21 +02:00
R. Ryantm
71d2c6c28c rootlesskit: 1.0.0 -> 1.0.1 2022-08-31 19:25:34 +10:00
Robert Helgesson
a4537570ec trash-cli: 0.22.8.21 -> 0.22.8.27 2022-08-31 11:06:05 +02:00
Jonas Heinrich
556428dd00
Merge pull request #188873 from r-ryantm/auto-update/mmark
mmark: 2.2.26 -> 2.2.28
2022-08-31 10:58:22 +02:00
Jonas Heinrich
b0c8e367ca
Merge pull request #188878 from r-ryantm/auto-update/neatvnc
neatvnc: 0.5.1 -> 0.5.3
2022-08-31 10:52:26 +02:00
Jonas Heinrich
de6d4ab8ea
Merge pull request #188880 from r-ryantm/auto-update/oed
oed: 6.7 -> 7.1
2022-08-31 10:49:50 +02:00
Nicolas Benes
9895ba4b77 tor-browser-bundle-bin: 11.5.1 -> 11.5.2 2022-08-31 10:06:10 +02:00
R. Ryantm
3968c79e2a pipenv: 2022.8.24 -> 2022.8.30 2022-08-31 08:05:00 +00:00
K900
80805575f5
Merge pull request #189070 from fbergroth/wireplumber-backport-mr398
wireplumber: backport a fix for bluetooth rescan loops
2022-08-31 10:37:47 +03:00
Vladimír Čunát
97747d3209
Merge #188983: aws-sdk-cpp: unpin i686, instead remove failing test
... and mark some combinations as broken.
2022-08-31 09:33:03 +02:00
Vladimír Čunát
b77a8d11f2
aws-sdk-cpp: full versions builds fine on x86_64-linux
Though the RAM/core requirements are quite high during linking.
2022-08-31 09:30:47 +02:00
Vincent Laporte
fcfa7a704a coqPackages.mathcomp-analysis: 0.3.13 → 0.5.3 2022-08-31 09:29:48 +02:00
R. Ryantm
7460b17d29 fluxctl: 1.25.3 -> 1.25.4 2022-08-31 07:09:33 +00:00
R. Ryantm
8379839940 sarasa-gothic: 0.36.8 -> 0.37.0 2022-08-31 07:06:20 +00:00
R. Ryantm
fac26c087f digikam: 7.7.0 -> 7.8.0 2022-08-31 06:43:05 +00:00
R. Ryantm
e2ccf51126 fennel: 1.1.0 -> 1.2.0 2022-08-31 06:39:16 +00:00
Sergei Trofimovich
bd6f890133
Merge pull request #189004 from trofi/cvise-update
cvise: 2.4.0 -> 2.5.0
2022-08-31 07:25:34 +01:00
Fredrik Bergroth
cd07396027 wireplumber: backport a fix for bluetooth rescan loops 2022-08-31 08:21:47 +02:00
R. Ryantm
0a18a7c0a0 czkawka: 5.0.1 -> 5.0.2 2022-08-31 06:16:36 +00:00
Lassulus
b90935e8a5
Merge pull request #188887 from wegank/yubikey-manager-darwin 2022-08-31 08:10:12 +02:00
R. Ryantm
6b9d1e64be dprint: 0.30.3 -> 0.31.1 2022-08-31 05:57:35 +00:00
R. Ryantm
2a5171ddcc docker-slim: 1.37.6 -> 1.38.0 2022-08-31 05:56:32 +00:00
Vincent Laporte
e38430fbd0
ocamlPackages.resource-pooling: 1.1 → 1.2 2022-08-31 07:54:23 +02:00
R. Ryantm
2439b9b438 cargo-tarpaulin: 0.20.1 -> 0.21.0 2022-08-31 05:40:22 +00:00
Vincent Laporte
0f4f35c7b0 ocamlPackages.fmt: 0.8.9 → 0.9.0 2022-08-31 07:36:39 +02:00
Matt Wittmann
2d85fea0e2
python310Packages.jmp: 4b94370 -> 260e5ba 2022-08-30 22:34:11 -07:00
Matt Wittmann
a0adbb308c
python310Packages.chex: 0.1.3 -> 0.1.4 2022-08-30 22:29:12 -07:00
R. Ryantm
6623fff5f8 alfaview: 8.51.0 -> 8.52.0 2022-08-31 05:08:36 +00:00
R. Ryantm
30942c90cb python310Packages.sorl_thumbnail: 12.8.0 -> 12.9.0 2022-08-30 21:31:12 -07:00
R. Ryantm
1b2b9970ad python310Packages.telethon: 1.24.0 -> 1.25.0 2022-08-30 21:30:18 -07:00
R. Ryantm
954125059c python310Packages.types-redis: 4.3.18 -> 4.3.19 2022-08-30 21:21:43 -07:00
figsoda
dc47e5251e
Merge pull request #188996 from r-ryantm/auto-update/oh-my-posh
oh-my-posh: 8.36.1 -> 8.36.4
2022-08-30 22:05:03 -04:00