Manuel Stahl
cf1efc01d3
stalwart-mail: 0.5.2 -> 0.5.3
2024-02-12 09:50:35 +01:00
github-actions[bot]
496cd829f0
Merge staging-next into staging
2024-02-11 18:01:38 +00:00
Robert Hensing
6949bc21ce
doc/option-types: Move nullOr to Union types
2024-02-11 18:45:16 +01:00
Robert Hensing
1ad30772ea
doc/option-types: Move attrTag to Sum types, remove redundant paragraph
2024-02-11 18:45:15 +01:00
Robert Hensing
2ceb5558f9
doc/option-types: Move either and oneOf to Union types
2024-02-11 18:45:15 +01:00
Robert Hensing
0feea2dbd2
doc/option-types: Write about sum and union types
2024-02-11 18:45:15 +01:00
Robert Hensing
ca81a89839
lib.types.attrTag: init
2024-02-11 18:44:52 +01:00
Aaron Andersen
e163373592
Merge pull request #284814 from yaxitech/github-runner-module-update
...
nixos/github-runners: remove single runner module, rework default name, add `noDefaultLabels`
2024-02-11 06:10:56 -08:00
Martin Weinelt
8e20417702
Merge remote-tracking branch 'origin/staging-next' into staging
2024-02-11 02:29:41 +01:00
Simon Hollingshead
397f77dae0
gtest: 1.12.1 -> 1.14.0
...
https://github.com/google/googletest/releases/tag/v1.13.0
https://github.com/google/googletest/releases/tag/v1.14.0
2024-02-10 22:13:37 +00:00
Simonas Kazlauskas
fd5664871f
review
2024-02-10 22:25:24 +02:00
Silvan Mosberger
f37ba19765
Merge pull request #284512 from hercules-ci/lib-types-unique-merge
...
lib.types.unique: Check inner type deeply
2024-02-10 02:52:45 +01:00
github-actions[bot]
b64b4f2d6a
Merge master into staging-next
2024-02-09 18:01:06 +00:00
Martin Weinelt
143d266f0d
nixos/matrix-synapse: add UNIX domain socket listener support
...
Exposes two options, `path` and `mode`, to configure the location and
permissions on the socket file.
The `mode` needs to be specified as string in octal and will be converted
into a decimal integer, so it correctly passes through the YAML parser
and arrives at the `os.chmod` call in the Twisted codebase. What a fun
detour.
Adds an assertion, that either `path` or `bind_addresses` and `port` are
configured on every listener.
Migrates the default replication listener of the main instance to a UNIX
domain socket, because it is more efficient.
Introduces the `enableRegistrationScript` option, to gracefully disable
the user registration script, when the client listener listens on a UNIX
domain socket, which is something the script does not support.
2024-02-09 16:05:05 +01:00
Vincent Haupert
9ad02c831a
nixos/github-runner: deprecate module in favor of github-runners.*
2024-02-09 15:14:32 +01:00
github-actions[bot]
a7f4ae0644
Merge master into staging-next
2024-02-09 12:01:11 +00:00
Linus Heckemann
4916e22812
Merge pull request #286176 from nikstur/writable-overlays
...
nixos/filesystems: init overlayfs
2024-02-09 08:22:09 +01:00
Maciej Krüger
bca04fb384
release-notes: add oil c++ note
2024-02-08 10:25:24 +01:00
github-actions[bot]
8cb642cb14
Merge master into staging-next
2024-02-08 00:02:08 +00:00
nikstur
bbce103ca8
nixos/filesystems: add release notes
2024-02-07 22:13:00 +01:00
nikstur
1407ec7420
nixos/filesystems: add overlayfs docs
2024-02-07 22:13:00 +01:00
Moritz Sanft
66deaec720
nixos/appliance-repart-image: use UKI in docs
2024-02-07 17:45:22 +01:00
ajs124
da6bfeee12
xfsprogs: 6.4.0 -> 6.6.0
...
https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git/tree/doc/CHANGES?id=7a7b09c2b027b6f45de61c6e56b36154c1138c0c
2024-02-05 20:59:00 +01:00
github-actions[bot]
2579984b85
Merge master into staging-next
2024-02-05 18:01:13 +00:00
Steve Purcell
a907d05c50
sonarr: 3.0.10.1567 -> 4.0.0.748
2024-02-05 14:38:12 +00:00
github-actions[bot]
42e44c0583
Merge master into staging-next
2024-02-05 00:02:17 +00:00
Weijia Wang
295de1fecf
Merge pull request #279997 from ShamrockLee/optparse-bash-drop
...
optparse-bash: drop
2024-02-05 00:35:01 +01:00
Weijia Wang
e2fb30fabc
Merge pull request #239785 from milibopp/neo4j-5.9.0
...
neo4j: 4.4.11 -> 5.9.0
2024-02-05 00:21:21 +01:00
Jade Lovelace
e456032add
nixos/flake: put nixpkgs in NIX_PATH and system registry for flake configs
...
Currently there are a bunch of really wacky hacks required to get nixpkgs
path correctly set up under flake configs such that `nix run
nixpkgs#hello` and `nix run -f '<nixpkgs>' hello` hit the nixpkgs that
the system was built with. In particular you have to use specialArgs or
an anonymous module, and everyone has to include this hack in their
own configs.
We can do this for users automatically.
I have tested these manually with a basic config; I don't know if it is
even possible to write a nixos test for it since you can't really get a
string-with-context to yourself unless you are in a flake context.
2024-02-03 20:44:38 -08:00
Birk
f028f74d62
Merge branch 'master' into drbd-kernel-module
2024-02-02 13:15:36 +00:00
github-actions[bot]
0675b4b947
Merge staging-next into staging
2024-02-02 12:01:43 +00:00
h7x4
7ac5d2ce0c
Merge pull request #284154 from PassiveLemon/ALVR
...
alvr: init at 20.6.1
2024-02-02 11:36:08 +01:00
github-actions[bot]
381e01e471
Merge staging-next into staging
2024-02-01 18:01:21 +00:00
Atemu
f38bca1ca5
Merge pull request #279677 from leona-ya/paperless-nltk
...
nixos/paperless: use nltk_data package as NLTK data source
2024-02-01 16:59:28 +01:00
Leona Maroni
6300f478e9
nixos/paperless: use nltk_data package as NLTK data source
...
nixos
2024-02-01 16:53:34 +01:00
Leona Maroni
0f2df9ff19
nixos/youtrack: rebuild module for 2023.x support
2024-02-01 13:36:13 +01:00
Martin Weinelt
27fa02d0f1
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/compilers/llvm/10/clang/default.nix
- pkgs/development/compilers/llvm/8/clang/default.nix
2024-02-01 12:25:11 +01:00
Peder Bergebakken Sundt
15f31376b5
nixos/pretalx: add 24.05 "new service" release note
2024-01-31 18:57:53 +01:00
birkb
d586d4dcef
drbd kernel driver added
...
- out-of-tree kernel driver added with version 9.2.7
- package splitted into utils.nix and driver.nix
- small deprecation fix for the package test
- Release Notes for 24.05 updated
Signed-off-by: birkb <birk@batchworks.de>
2024-01-30 20:55:34 +01:00
h7x4
ba5f81a6b6
Merge pull request #276547 from ambroisie/pyload-module
...
nixos/pyload: init module
2024-01-30 12:29:46 +01:00
github-actions[bot]
2f68b418f1
Merge staging-next into staging
2024-01-30 06:01:22 +00:00
Luke Granger-Brown
a12b828a26
Merge pull request #277661 from appsforartists/handheld-daemon
...
handheld-daemon: init at 1.1.0
2024-01-30 04:01:11 +00:00
Robert Hensing
2b4a1a1d4f
doc/option-types: Definitions are not declared
2024-01-29 19:13:37 +01:00
Morgan Jones
00ab950f70
nixos/armagetronad: changelog
2024-01-28 14:19:42 -08:00
github-actions[bot]
229c36bdcb
Merge staging-next into staging
2024-01-28 18:01:42 +00:00
ocfox
77013c442e
nixos/transfer-sh: add release note
...
Co-authored-by: puzzlewolf <mail@nora.pink>
2024-01-29 00:44:37 +08:00
Adam C. Stephens
382935bf7a
Merge pull request #284109 from ambroisie/update-woodpecker
...
woodpecker-*: 1.0.5 -> 2.2.2
2024-01-28 10:19:02 -05:00
PassiveLemon
1d3e2a92bc
nixos/alvr: init module
2024-01-27 19:45:27 -05:00
github-actions[bot]
10d19dce50
Merge staging-next into staging
2024-01-27 12:01:38 +00:00
Will Fancher
2af1ee5bba
Merge pull request #259196 from liff/mod/systemd-lock-handler
...
nixos/systemd-lock-handler: init with corresponding package at 2.4.2
2024-01-27 06:13:38 -05:00