0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00
Commit graph

52050 commits

Author SHA1 Message Date
Sizhe Zhao
4633acf70e
nixosTests.certmgr: handleTest -> runTest 2025-07-04 20:58:28 +08:00
Sizhe Zhao
4db8ad5fa6
nixosTests.ceph-single-node-bluestore-dmcrypt: handleTest -> runTest 2025-07-04 20:58:28 +08:00
Sizhe Zhao
644443d59a
nixosTests.ceph-single-node-bluestore: handleTest -> runTest 2025-07-04 20:58:28 +08:00
Sizhe Zhao
9206b0adec
nixosTests.ceph-single-node: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
50f3960dc8
nixosTests.ceph-multi-node: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
f4a714d8d5
nixosTests.cassandra_4: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
2e4fac6dfd
nixosTests.cadvisor: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
4e792f525e
nixosTests.bpf: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
16e6e74550
nixosTests.blocky: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sizhe Zhao
404d25243c
nixosTests.birdwatcher: handleTest -> runTest 2025-07-04 20:58:27 +08:00
Sandro
3f03e8984e
renovate: 40.60.0 -> 41.16.0 (#420717) 2025-07-04 14:44:38 +02:00
Cosima Neidahl
7624084e1a
nixos/corteza: init, nixosTests.corteza: init (#420428) 2025-07-04 11:19:36 +02:00
K900
32ee423db2
nixos/installer: ship the minimal ISO with networkmanager (#421082) 2025-07-04 05:05:19 +03:00
K900
f0746b3633
schmittlauch drops maintainership of some packages; remove ktouch (#422219) 2025-07-04 05:05:02 +03:00
Martin Weinelt
a289362e80
networkmanager: drop hard dependency on openconnect and cleanup plugin handling (#421042) 2025-07-04 03:08:40 +02:00
Martin Weinelt
88565a8620
nixos/dovecot: improve and harden systemd unit (#418722) 2025-07-03 23:44:45 +02:00
Trolli Schmittlauch
5af05b24fc treewide: drop maintainership of packages I don't really maintain 2025-07-03 22:55:35 +02:00
Philip Wilk
e97badfdd7 nixos/ups: add package option 2025-07-03 22:30:43 +02:00
Wolfgang Walther
bed266e629
nixos/postgresql: add section about pg_config (#421516) 2025-07-03 17:43:23 +00:00
Maximilian Bosch
e031c5ff6b
nixos/postgresql: add section about pg_config
See https://discourse.nixos.org/t/i-cannot-for-the-life-of-me-find-the-package-that-has-pg-config/66244/4

I decided against doing this in its own nixpkgs manual: the line
to draw is quite blurry already (e.g. we have documented our package
removal policy in here as well) and having to check two manuals for a
single subsystem feels pretty annoying to me.

The relevant part - where to find pg_config - is written at the top. I
decided to give a bit more context about the way our packaging works
since I realized a few times now that I don't remember all the details
about the problems we had in the past and having to look up individual
commit messages for that isn't very productive.
2025-07-03 19:33:01 +02:00
Maximilian Bosch
4dab91c096
Merge: treewide: move StartLimitIntervalSec/StartLimitBurst to unitConfig (#422098) 2025-07-03 18:42:34 +02:00
Sandro Jäckel
f88e1c39e9
treewide: move StartLimitIntervalSec/StartLimitBurst to unitConfig 2025-07-03 15:48:28 +02:00
Vladimir Timofeenko
7e7b797156 nixos/homebox: fix link to documentation 2025-07-02 08:26:51 -07:00
Jacek Galowicz
3a670480d1
nixos/lib/test-driver: try using XDG_RUNTIME_DIR if available (#414231) 2025-07-02 16:11:44 +02:00
Maximilian Bosch
ec5cc37e35
Merge: test-driver: Parallelize OCR (#421233) 2025-07-02 16:10:27 +02:00
Jacek Galowicz
26bcb57f3c test-driver: fix number of cores 2025-07-02 13:59:15 +00:00
Maximilian Bosch
59b4d0de90
nixos/lib/test-driver: try using XDG_RUNTIME_DIR if available
At work we have the use-case that several people connect to a large
Linux box to run tests and debug those interactively.

All tests write their state into a global `/tmp` -- e.g. the vde1 socket
and the VMs' state. This leads to conflicts when multiple people are
doing this.

This change tries to use XDG_RUNTIME_DIR before using Python's detection
of a global temp directory: when connecting, this requires a working
user session, but then we get working directories per user. This is
preferable over doing something like `mktemp -d` per run since that
would break use-cases where you want to keep the VMs' state across
multiple sessions (`--keep-vm-state`).
2025-07-02 15:53:12 +02:00
Jacek Galowicz
819d304a39 test-driver: Use futures for OCR parallelization 2025-07-02 11:43:13 +00:00
Yang, Bo
3f377cfde8
nixos/avahi-daemon: add dependency to ensure /run/avahi-daemon is created before socket activation (#417635) 2025-07-02 13:03:14 +02:00
Martin Weinelt
c1e61be472
nixos/greetd: make use of package option (#412309) 2025-07-02 10:37:54 +02:00
Martin Weinelt
b50d97e6b3
treewide: add explicit format attribute for Python packages (#421660) 2025-07-02 10:35:11 +02:00
Jacek Galowicz
862557f761
paisa: init at 0.7.3 (#421235) 2025-07-02 09:02:45 +02:00
Martin Weinelt
ae4a1a485a
treewide: add explicit format attribute for Python packages
If a Python package does not come with either `format` or `pyproject` we
consider it a setuptools build, that calls `setup.py` directly, which is
deprecated.

This change, as a first step, migrates a large chunk of these packages to
set setuptools as their explicit format

This is so we can unify the problem space for the next step of the
migration.
2025-07-02 05:56:47 +02:00
Martin Weinelt
1f92c7c42a
nixos/dovecot: improve and harden systemd unit
Remove the major version from the unit name and add an alias for the old
dovecot2 name.

Then restricts what the dovecot service can do, which is very interesting
given that the unit runs as root and spawns less-privileged processes
from there.
2025-07-02 04:45:22 +02:00
Yt
d437b9cd90
vector: 0.47.0 → 0.48.0 (#421502) 2025-07-01 15:08:33 -04:00
Sebastian Kowalak
a5531469e5
paisa: implement feedback 2025-07-01 18:38:29 +02:00
Emily
3019ed2ecf
xen: 4.19.1 -> 4.20.0 (#373294) 2025-07-01 15:35:12 +01:00
Jonathan Davies
c012aca83d
nixos/vector: dnstap test:
* Integrate Knot DNS
* Improve ORDER BY key
2025-07-01 13:23:49 +00:00
Jonathan Davies
680cd820a5
nixos/vector: journald-clickhouse test:
* Add boot_id to ORDER BY key
* Add ACL configuration to ClickHouse
2025-07-01 13:23:48 +00:00
Wolfgang Walther
5b1225460c
doc/installing-pxe: fix formatting (#421239) 2025-07-01 12:25:03 +00:00
Jacek Galowicz
e6ea13f4ea test-driver: User proper Path instead of str in OCR code 2025-07-01 14:18:41 +02:00
Jacek Galowicz
f56933ebbf test-driver: drop OCR engine mode variations 2025-07-01 14:18:40 +02:00
Jacek Galowicz
14c01b5af5 test-driver: Parallelize OCR 2025-07-01 14:18:40 +02:00
Jacek Galowicz
9f10c9bce8 test-driver: Factor out OCR related code to machine/ocr.py 2025-07-01 14:18:40 +02:00
Jacek Galowicz
2c8500b91d test-driver: Move machine code into its own python module folder 2025-07-01 14:18:40 +02:00
Sebastian Kowalak
322ba968e1
paisa: add nixos-tests 2025-07-01 14:12:39 +02:00
Leonardo Taglialegne
48bc90c3a8 doc/installing-pxe: fix formatting 2025-07-01 14:00:16 +02:00
Sizhe Zhao
3034ec7d07
nixos/doc/rl-25.11: add corteza 2025-07-01 19:21:06 +08:00
Sizhe Zhao
354d9d7986
nixosTests.corteza: init 2025-07-01 19:21:06 +08:00
Sizhe Zhao
c721b7dfe9
nixos/corteza: init 2025-07-01 19:01:16 +08:00