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

46934 commits

Author SHA1 Message Date
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build https://github.com/infinisil/treewide-nixpkgs-reformat-script/archive/a08b3a4d199c6124ac5b36a889d9099b4383463f.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
github-actions[bot]
78e9caf153
Merge master into staging-next 2024-12-10 18:04:59 +00:00
Arne Keller
9ad61cfc19
nixos/plymouth: add support for logo in catppuccin (two-step) theme (#304045) 2024-12-10 18:43:49 +01:00
Sandro
d6e107169b
ArchiSteamFarm: 6.0.8.7 -> 6.1.0.3 (#361305) 2024-12-10 18:01:38 +01:00
Nick Cao
fa559bd562
redis - complete lib refactor (#363775) 2024-12-10 10:55:26 -05:00
Aaron Andersen
acaee51228
nixos/redmine: Change type of services.redmine.stateDir to path (#363430) 2024-12-10 07:17:08 -05:00
K900
07105d9e6f Merge remote-tracking branch 'origin/master' into staging-next 2024-12-10 09:47:05 +03:00
Andrew Frahn
c146818be2 nixos/services.redis: complete removal of with lib; 2024-12-10 16:19:03 +11:00
Philip Taron
0311f6c40e
treewide/nixos: remove with lib; part 5 (#335647) 2024-12-09 16:04:21 -08:00
Sandro
a4e756888c
nixos/mailman: increase uwsgi buffer size (#359037) 2024-12-10 00:51:27 +01:00
cy
248081c472
nixos/caddy: add environmentFile option (#363694) 2024-12-09 18:50:58 -05:00
Marcus Ramberg
37da609352
nixos/k3s: add nftables to Path of k3s service (#360796) 2024-12-09 21:45:25 +01:00
Jörg Thalheim
1ac98af94b
etc-overlay: mount the metadata image read-only (#360756) 2024-12-09 20:10:00 +01:00
Nick Cao
3c9a1fe232
nixos/wakapi: don't merge EnvironmentFile paths (#363205) 2024-12-09 13:37:24 -05:00
Weijia Wang
dce92e62e7
v2raya: add cliPackage option (#334876) 2024-12-09 19:19:01 +01:00
github-actions[bot]
ceb62729d2
Merge master into staging-next 2024-12-09 18:05:05 +00:00
Martin Weinelt
2b03b37393
nixos/tests/home-assistant: call with runTest 2024-12-09 19:00:30 +01:00
Martin Weinelt
579ade1ed8
nixos/tests/home-assistant: fix testing of restart with new dependency
The backup module is part of the default integrations and as such it will
always be loaded. Replace it with the prometheus module, for which this
is probably unlikely to ever become the case.
2024-12-09 19:00:30 +01:00
Martin Weinelt
be150023f7
nixos/tests/home-assistant: fix reload expectations
When sending SIGHUP to hass it will exit with code 100, which is the
codified exit code to trigger a restart. This is useful, because it can
allow triggering a restart from within the frontend.

It was previously assumed that it would result in a reload, which would
keep the same interpreter process intact. That is not the case and so the
assumption that the PID would stay the same was flawed and only succeeded
due to race conditions.
2024-12-09 19:00:29 +01:00
Martin Weinelt
ee59cca0f1
nixos/home-assistant: add reference to signal handling section 2024-12-09 19:00:29 +01:00
Martin Weinelt
28b8aa8c4c
nixos/home-assistant: support extraArgs 2024-12-09 19:00:28 +01:00
Martin Weinelt
179fd97dae
nixos/home-assistant: update component hardening lists 2024-12-09 19:00:28 +01:00
Martin Weinelt
00b9d1f754
nixos/home-assistant: replace global with lib 2024-12-09 19:00:27 +01:00
Alexander Sieg
75763a2f41
nixos/librenms: enableLocalBilling + memory limit for cronjobs (#361153) 2024-12-09 18:39:47 +01:00
David McFarland
f5a5157f1f
Update jdreaver email, remove as prowlarr maintainer (#362954) 2024-12-09 12:41:07 -04:00
David Reaver
1b7de0a3e7 prowlarr: remove jdreaver as maintainer 2024-12-09 07:48:59 -08:00
Silvan Mosberger
062945b725
lib.types: chore use consistent payload form (#363565) 2024-12-09 16:23:19 +01:00
Johannes Kirschbauer
1d6a2c28a4
lib.types: add release notes 2024-12-09 16:21:12 +01:00
Silvan Mosberger
a2e94a7006
lib.types: attrsWith named placeholder (#344216) 2024-12-09 15:35:11 +01:00
Jörg Thalheim
ff8576f191
dockerTools.pullImage: accept hash parameter (#342400) 2024-12-09 15:32:15 +01:00
Johannes Kirschbauer
d504a1e680
lib.types.attrsWith: add placeholder parameter 2024-12-09 15:25:18 +01:00
nicoo
d0e6b0e170 dockerTools.pullImage: accept hash parameter 2024-12-09 14:28:24 +01:00
K900
c0be1d1a75 Merge remote-tracking branch 'origin/master' into staging-next 2024-12-09 15:13:46 +03:00
Franz Pletz
b356fafe02
nixos/nginx: don't disable IPC (#360008) 2024-12-09 11:47:44 +01:00
Dmitry Voronin
9451bb51c2
nixos/zapret: remove maintainer 2024-12-09 11:00:01 +03:00
Tomodachi94
2e98ec0e0e nixos/networking-interfaces-scripted: use read -r
...instead of plain read, which can cause issues.

See SC2162:
https://www.shellcheck.net/wiki/SC2162
2024-12-09 08:06:29 +01:00
K900
5ebe22ffe1 Merge remote-tracking branch 'origin/master' into staging-next 2024-12-09 09:42:51 +03:00
Arne Keller
13659a54fc
nixos/qgroundcontrol: fix qgroundcontrol module (#336183) 2024-12-09 06:47:34 +01:00
Arne Keller
414c290f3b
nixos/galene: add turnAddress option and fix httpAddress (#353421) 2024-12-09 06:37:50 +01:00
Arne Keller
6137b22220
nixos/qemu-vm: minor readability improvements (#339681) 2024-12-09 06:35:00 +01:00
Will Fancher
fb70f75220
nixos/filesystems: assert when label and device are set simultaneously (#362481) 2024-12-08 22:02:53 -05:00
Zexin Yuan
53bd25e9e2
kanboard: init at 1.2.42 (#357229) 2024-12-08 20:17:10 -05:00
Felix Singer
1dae76d033 nixos/redmine: Change type of services.redmine.stateDir to path
The option represents a path. So make it using the according type.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-12-09 02:07:41 +01:00
r-vdp
b6dbf6deed
nixos/filesystems: assert that the device and label options are consistent 2024-12-09 02:52:24 +03:00
Pyrox
a181967099
nodePackages.create-react-native-app: drop (#363374) 2024-12-08 18:39:02 -05:00
Pyrox
25fe86dff7
nodePackages.expo-cli: drop (#361284)
expo-cli is deprecated upstream
2024-12-08 18:34:29 -05:00
Melvyn
e857cfa8a1
nixos/seafile: fix systemd option capitalization for RandomizedDelaySec (#363324) 2024-12-08 15:50:45 -05:00
Masum Reza
73b9f2d20b
scx.full: 1.0.6 -> 1.0.7; nixos/scx: add new schedulers (#363306) 2024-12-09 00:03:35 +05:30
github-actions[bot]
c45456d867
Merge master into staging-next 2024-12-08 18:04:12 +00:00
John Titor
b4aacf5ab5
nixos/scx: add new schedulers 2024-12-08 23:32:45 +05:30