Marc Jakobi
ae683fd694
valkey: add nixosTest
2025-08-27 12:06:49 +02:00
Wolfgang Walther
5a0711127c
treewide: run nixfmt 1.0.0
2025-07-24 13:55:40 +02:00
Maximilian Bosch
0c2e155107
nixos/redis: fix maintainers in test
...
Noticed while reviewing #422084 (I have `checkMeta = true;` enabled):
- key 'meta.maintainers' has invalid value; expected listOf<attrsOf<any>>, got
[
{ /* flokli */ }
[
/* members of helsinki-systems */
]
]
, refusing to evaluate.
2025-07-05 20:38:26 +02:00
Simon Hauser
b3642388fe
keydb: init at 6.3.4
2024-04-11 10:47:07 +02:00
Anderson Torres
714180048b
nixos/tests/redis.nix: get rid of with lib
2023-05-12 22:29:26 -03:00
rnhmjoj
5803706662
nixos/tests: fix type mismatch in wait_for_open_port
...
Fix some fallout from de3e423 (PR #171280 ).
2022-06-11 14:22:53 +02:00
Julien Moutinho
5cf90a60e5
nixos/redis: cleanup tests
2021-12-13 14:42:19 -05:00
Symphorien Gibol
7a87973b4c
nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}
...
As the only consequence of isSystemUser is that if the uid is null then
it's allocated below 500, if a user has uid = something below 500 then
we don't require isSystemUser to be set.
Motivation: https://github.com/NixOS/nixpkgs/issues/112647
2021-04-14 20:40:00 +02:00
Izorkin
86d8b31e00
nixos/redis: add option unixSocketPerm
2021-04-03 19:07:27 +03:00
Sandro
d085417683
Merge pull request #108970 from xaverdh/pkgs-stdenv-lib
...
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
2021-01-10 22:47:38 +01:00
Dominik Xaver Hörl
25bef2d8f9
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
...
The library does not depend on stdenv, that `stdenv` exposes `lib` is
an artifact of the ancient origins of nixpkgs.
2021-01-10 20:12:06 +01:00
dadada
5d0b0fcc7d
nixos/redis: add test for unix socket access
...
This adds a test to check if the unix socket is available to the `redis` group
added in #90027 .
2021-01-09 11:40:11 +01:00
Jan Hrnko
6868807c2f
nixos/redis: port test to python
2019-11-06 15:57:56 +01:00
Florian Klink
c00c4b1940
nixos/redis: add test
2019-09-01 14:13:01 +02:00