emilylange
22bbd1834e
nixos/node-red: fix cfg.package default value
...
This fixes the following eval error:
```
error: nodePackages.node-red cannot be found in pkgs
```
when having `services.node-red.enable = true;` without specifying
`services.node-red.package`, just like the nixos VM test.
Follow-up of f509382c11 , which attempted
to fix this as well.
Breakage introduced in 0a37316d6c .
2023-12-14 23:19:25 +01:00
Rick van Schijndel and GitHub
58e9a35d19
Merge pull request #269443 from aanderse/python3Packages.pulp
...
python3Packages.pulp: add cbc solver
2023-12-14 23:16:49 +01:00
Aaron Andersen and GitHub
19275d8839
Merge pull request #273726 from r-ryantm/auto-update/kodiPackages.six
...
kodiPackages.six: 1.15.0+matrix.1 -> 1.16.0+matrix.1
2023-12-14 17:11:08 -05:00
Aaron Andersen and GitHub
c0afcc29aa
Merge pull request #273724 from r-ryantm/auto-update/kodiPackages.future
...
kodiPackages.future: 0.18.2+matrix.1 -> 0.18.3+matrix.1
2023-12-14 17:10:17 -05:00
André Silva and GitHub
66dfb4f60f
Merge pull request #273768 from bkchr/bkchr-fx-cast-bridge-nodejs18
...
fx-cast-bridge: pin nodejs to version 18
2023-12-14 22:00:05 +00:00
Florian Klink and GitHub
e308c41b3a
Merge pull request #267527 from flokli/reuse-is-a-python-pkg
...
python3.pkgs.reuse: make a python library
2023-12-14 23:31:22 +02:00
Florian Klink
96c1f0e798
python3.pkgs.reuse: make a python library
...
reuse actually can also be used as a python library:
https://github.com/fsfe/reuse-tool/blob/main/src/reuse/__init__.py#L11-L12
This change allows composing a python with `reuse` in `PYTHONPATH`:
```
$(nix-build -E "with import ./. {}; (python3.withPackages (ps: [ps.reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
>>> reuse.__doc__
'reuse is a tool for compliance with the REUSE recommendations.\n\nAlthough the API is documented, it is **NOT** guaranteed stable between minor or\neven patch releases. The semantic versioning of this program pertains\nexclusively to the reuse CLI command. If you want to use reuse as a Python\nlibrary, you should pin reuse to an exact version.\n\nHaving given the above disclaimer, the API has been relatively stable\nnevertheless, and we (the maintainers) do make some efforts to not needlessly\nchange the public API.\n'
```
vs before:
```
❯ $(nix-build -E "with import ./. {}; (python3.withPackages (_: [ reuse]))")/bin/python
Python 3.11.5 (main, Aug 24 2023, 12:23:19) [GCC 12.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import reuse
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'reuse'
```
2023-12-14 23:04:43 +02:00
Maximilian Bosch and GitHub
5c1d2b0d06
Merge pull request #274279 from liff/signald-gradle-java17
...
signald: build with jdk17
2023-12-14 21:07:04 +01:00
Silvan Mosberger and GitHub
b57018f623
Merge pull request #274273 from Ma27/include-rl2405
...
nixos/doc: include section for 24.05
2023-12-14 20:51:41 +01:00
Olli Helenius
5f8f3c1250
signald: build with jdk17
2023-12-14 21:06:17 +02:00
Lassulus and GitHub
fd7914c96f
Merge pull request #274257 from NetaliDev/vbam-update
...
vbam: 2.1.7 -> 2.1.8
2023-12-14 19:24:44 +01:00
Maximilian Bosch
d832b1197b
nixos/doc: include section for 24.05
...
People are actively writing release notes already and with this it's
ensured that the contents are actually valid.
Also, when writing release notes for something, I'd like to be able to
see a preview.
2023-12-14 19:20:33 +01:00
Colin and Alyssa Ross
24b57708c6
dino: support cross compilation
2023-12-14 19:17:57 +01:00
Luke Granger-Brown and GitHub
55520e0602
Merge pull request #274028 from ajaxbits/211-bump
...
paperless-ngx: 2.1.1 -> 2.1.2
2023-12-14 17:39:20 +00:00
Weijia Wang and GitHub
8e23dec5ac
Merge pull request #274183 from wegank/utm-bump
...
utm: 4.4.4 -> 4.4.5
2023-12-14 17:24:10 +01:00
Florian Klink and GitHub
4b9c610ec1
Merge pull request #274236 from flokli/udev-path-default-option
...
nixos/udev: update defaultText for services.udev.path
2023-12-14 18:14:02 +02:00
Florian Klink
cb0fb74a2b
nixos/udev: update description for services.udev.path
...
services.udev.path already contains some defaults, these are however
defined in the module implementation, not options.
Update the description to make this more clear.
2023-12-14 18:09:54 +02:00
netali
82fcf2589b
vbam: 2.1.7 -> 2.1.8
2023-12-14 17:09:02 +01:00
Maximilian Bosch and GitHub
3a360cf8a1
Merge pull request #274088 from NickCao/synapse
...
treewide: replace references to matrix-org/synapse with element-hq/synapse
2023-12-14 17:00:58 +01:00
Robert Schütz and GitHub
706460f2c8
Merge pull request #273861 from amarshall/bitwarden-fix-electron
...
bitwarden: use Electron 27 instead of 26 to fix bug
2023-12-14 07:48:11 -08:00
Franz Pletz and GitHub
42628ca6ee
Merge pull request #274067 from philiptaron/batman-update
2023-12-14 16:43:07 +01:00
Pierre Bourdon and GitHub
c37e468727
Merge pull request #272925 from vifino/libnvme-fix-alignment
...
libnvme: apply ns scan payload alignment patch
2023-12-14 16:22:39 +01:00
Kevin Cox and GitHub
3841ac3c5f
Merge pull request #274186 from tomhoule/update-backblaze
...
pythonPackages.b2sdk: 1.24.1 -> 1.29.0
2023-12-14 10:13:14 -05:00
Francesco Gazzetta
c5e85c4598
warzone2100: 4.4.1 -> 4.4.2
2023-12-14 15:01:40 +00:00
Nick Cao and GitHub
c55dc76800
Merge pull request #274215 from r-ryantm/auto-update/duckscript
...
duckscript: 0.9.1 -> 0.9.2
2023-12-14 09:55:34 -05:00
Nick Cao and GitHub
829fcbbf37
Merge pull request #274229 from r-ryantm/auto-update/eksctl
...
eksctl: 0.164.0 -> 0.165.0
2023-12-14 09:53:36 -05:00
Nick Cao and GitHub
67c0dbfc1c
Merge pull request #274200 from r-ryantm/auto-update/diswall
...
diswall: 0.4.2 -> 0.4.3
2023-12-14 09:50:37 -05:00
Nick Cao and GitHub
033b01ae61
Merge pull request #274199 from r-ryantm/auto-update/discordo
...
discordo: unstable-2023-12-11 -> unstable-2023-12-12
2023-12-14 09:49:33 -05:00
Nick Cao and GitHub
69fe226f16
Merge pull request #274188 from ulrikstrid/ulrikstrid--godot_4_2_1
...
godot_4: 4.2.0 -> 4.2.1
2023-12-14 09:48:42 -05:00
Nick Cao and GitHub
fa1761850e
Merge pull request #274172 from gaelreyrol/mailpit-update-1.11.0
...
mailpit: 1.10.4 -> 1.11.0
2023-12-14 09:43:38 -05:00
Nick Cao and GitHub
f341eecc1d
Merge pull request #274159 from r-ryantm/auto-update/copilot-cli
...
copilot-cli: 1.32.0 -> 1.32.1
2023-12-14 09:42:18 -05:00
Nick Cao and GitHub
809024aa14
Merge pull request #274147 from r-ryantm/auto-update/cargo-about
...
cargo-about: 0.5.7 -> 0.6.0
2023-12-14 09:41:35 -05:00
Nick Cao and GitHub
b0dbc9017d
Merge pull request #274144 from r-ryantm/auto-update/cyclonedx-gomod
...
cyclonedx-gomod: 1.4.1 -> 1.5.0
2023-12-14 09:38:17 -05:00
Nick Cao and GitHub
522569f3ac
Merge pull request #274132 from r-ryantm/auto-update/credhub-cli
...
credhub-cli: 2.9.22 -> 2.9.24
2023-12-14 09:37:15 -05:00
Nick Cao and GitHub
4ccfac6ac2
Merge pull request #274131 from r-ryantm/auto-update/crd2pulumi
...
crd2pulumi: 1.2.5 -> 1.3.0
2023-12-14 09:36:43 -05:00
Doron Behar and GitHub
f6f55452c6
Merge pull request #273438 from afh/update-pdfcpu
...
pdfcpu: 0.5.0 -> 0.6.0
2023-12-14 14:36:21 +00:00
Nick Cao and GitHub
785c2f9bba
Merge pull request #274124 from reedrw/vesktop-fix-notifications
...
vesktop: add missing libnotify
2023-12-14 09:35:58 -05:00
Nick Cao and GitHub
eed9842793
Merge pull request #274118 from r-ryantm/auto-update/cpm-cmake
...
cpm-cmake: 0.38.6 -> 0.38.7
2023-12-14 09:35:41 -05:00
Nick Cao and GitHub
69afd3173e
Merge pull request #274117 from r-ryantm/auto-update/coreth
...
coreth: 0.12.6 -> 0.12.7
2023-12-14 09:34:54 -05:00
Nick Cao and GitHub
61e5f3b7ca
Merge pull request #274115 from wineee/dde-launchpad
...
deepin.dde-launchpad: 0.2.1 -> 0.3.0
2023-12-14 09:33:50 -05:00
Nick Cao and GitHub
6930408383
Merge pull request #274109 from r-ryantm/auto-update/container2wasm
...
container2wasm: 0.5.1 -> 0.5.2
2023-12-14 09:32:30 -05:00
Nick Cao and GitHub
b47bdb03ce
Merge pull request #274095 from r-ryantm/auto-update/conftest
...
conftest: 0.46.0 -> 0.47.0
2023-12-14 09:29:33 -05:00
Nick Cao and GitHub
61e39b8f73
Merge pull request #274090 from mjm/beeper-3.90.11
...
beeper: 3.89.3 -> 3.90.11
2023-12-14 09:28:12 -05:00
Nick Cao and GitHub
96638528b4
Merge pull request #274085 from kashw2/terragrunt
...
terragrunt: 0.54.1 -> 0.54.3
2023-12-14 09:27:53 -05:00
Nick Cao and GitHub
164ba05fbb
Merge pull request #274080 from jackwilsdon/reenable-fly-pie
...
gnomeExtensions.fly-pie: reenable
2023-12-14 09:27:31 -05:00
Nick Cao and GitHub
56f8bfd9a6
Merge pull request #274076 from r-ryantm/auto-update/codeql
...
codeql: 2.15.1 -> 2.15.4
2023-12-14 09:26:48 -05:00
Nick Cao and GitHub
12648f3a24
Merge pull request #274064 from r-ryantm/auto-update/clash-geoip
...
clash-geoip: 20231112 -> 20231212
2023-12-14 09:23:47 -05:00
Nick Cao and GitHub
4bc266e1de
Merge pull request #274121 from wineee/qtcreator-12.01
...
qtcreator: 12.0.0 -> 12.0.1
2023-12-14 09:19:53 -05:00
Nick Cao and GitHub
2ad939d8df
Merge pull request #274096 from SuperSandro2000/weasel
...
python311Packages.weasel: remove dev and lint depedencies
2023-12-14 09:18:02 -05:00
Nick Cao and GitHub
b8f744966d
Merge pull request #274227 from r-ryantm/auto-update/eigenmath
...
eigenmath: unstable-2023-12-11 -> unstable-2023-12-12
2023-12-14 09:13:44 -05:00