nixpkgs-ci[bot]
759b761b0d
Merge staging-next into staging
2025-03-26 18:05:48 +00:00
Jonas Heinrich
5325034183
froide-govplan: init at 0-unstable-2025-01-27 ( #349750 )
2025-03-26 14:27:02 +01:00
Johannes Kirschbauer
5e74a74444
lib.packagesFromDirectoryRecursive: use explicit recursion, support nested scopes ( #392800 )
2025-03-26 13:28:56 +01:00
nixpkgs-ci[bot]
5e06b173b0
Merge staging-next into staging
2025-03-26 12:06:44 +00:00
nicoo
6b7576b0cf
lib.packagesFromDirectoryRecursive: use explicit recursion, support nested scopes
2025-03-26 12:11:43 +01:00
Arne Keller
98430f956c
pinchflat: init at 2025.3.17, nixos/pinchflat: init ( #364135 )
2025-03-26 11:06:02 +01:00
nixpkgs-ci[bot]
dc5152a1d3
Merge staging-next into staging
2025-03-26 00:15:56 +00:00
maryjane
a6f14a6036
nixos/doc: Fix outdated references in the NixOS manual
2025-03-25 19:51:54 +00:00
K900
aca918e668
Merge remote-tracking branch 'origin/staging-next' into staging
2025-03-25 21:06:52 +03:00
Arne Keller
657dd8d7cd
nixos/ipfs-cluster: init ( #292290 )
2025-03-25 18:53:02 +01:00
Nathan Fish
950324a23e
nixos/ipfs-cluster: init
...
Co-authored-by: Sorki <srk@48.io>
2025-03-25 16:34:16 +01:00
Wolfgang Walther
7277ebc2f9
Reapply "nixos/postgresql: add docs about procedural languages"
...
This reverts commit a4006e4970
.
2025-03-25 15:00:50 +01:00
Wolfgang Walther
a4006e4970
Revert "nixos/postgresql: add docs about procedural languages"
...
This reverts commit 0bc099abd6
.
2025-03-25 14:58:02 +01:00
Maximilian Bosch
dad0bf139b
Merge: nixos/postgresql: add docs about procedural languages ( #392399 )
2025-03-25 13:00:09 +00:00
nixpkgs-ci[bot]
935906364c
Merge staging-next into staging
2025-03-25 12:06:47 +00:00
misuzu
f630533b4a
nixos/xpad-noone: init ( #389752 )
2025-03-25 11:29:52 +02:00
Pavol Rusnak
2925f716f8
rocmPackages: 6.0.2 -> 6.3.3, and various ROCm build fixes and new packages ( #367695 )
2025-03-24 21:11:47 +01:00
Luna Nova
4d2c7ad003
rocmPackages: 6.0.2 -> 6.3.1
...
Includes patch suggested by @shuni64 which fixes half precision ABI
issues
Includes hipblaslt compression patch
Includes configurable hipblaslt support in rocblas
rocmPackages_6.hipblaslt: respect NIX_BUILD_CORES in tensilelite
rocmPackages_6.hipblas: propagate hipblas-common
rocmPackages_6.clr: avoid confusion with hipClangPath
Co-authored-by: Gavin Zhao <git@gzgz.dev>
2025-03-24 09:25:56 -07:00
nixpkgs-ci[bot]
d5f30d9d8a
Merge staging-next into staging
2025-03-24 12:07:10 +00:00
Jonas Heinrich
82a382ed09
nixos/keycloak: add realmFiles option ( #273833 )
2025-03-24 09:35:04 +01:00
nixpkgs-ci[bot]
f0313503cd
Merge staging-next into staging
2025-03-23 18:04:46 +00:00
Jonas Heinrich
4a8b7bb45d
nixos/froide-govplan: init
2025-03-23 18:05:54 +01:00
Wolfgang Walther
0bc099abd6
nixos/postgresql: add docs about procedural languages
2025-03-23 15:07:43 +01:00
nixpkgs-ci[bot]
ce179bc524
Merge staging-next into staging
2025-03-23 12:06:09 +00:00
Pablo Ovelleiro Corral
796556ce8d
Add release notes
2025-03-23 12:51:58 +01:00
Acid Bong
67e9d0ab57
nixos/release-notes: point nixos-rebuild build-image
to the right manual ( #392306 )
2025-03-23 14:45:35 +05:30
nixpkgs-ci[bot]
529326e679
Merge staging-next into staging
2025-03-21 12:06:31 +00:00
nixpkgs-ci[bot]
8fa05d5ca4
Merge master into staging-next
2025-03-21 12:05:59 +00:00
Arian van Putten
b684e9c6d6
fluent-bit: link against Nix dependencies, fix Darwin builds, and add NixOS module ( #365493 )
2025-03-21 11:39:18 +00:00
Robert Rose
cd10f9a874
nixos/keycloak: add realmFiles option
...
Add an option to import Keycloak realms during
startup from exported realm files.
2025-03-20 12:07:38 +01:00
K900
85b2817da5
Merge remote-tracking branch 'origin/staging-next' into staging
2025-03-20 13:14:18 +03:00
K900
6a900ee562
Merge remote-tracking branch 'origin/master' into staging-next
2025-03-20 09:08:18 +03:00
nixpkgs-ci[bot]
47fbdfd4fc
Merge staging-next into staging
2025-03-20 00:16:05 +00:00
nixpkgs-ci[bot]
4733649a15
Merge master into staging-next
2025-03-20 00:15:20 +00:00
Jeremy Fleischman
9c02a1e422
services/cloudflare-dyndns: require that apiTokenFile be an api token
...
Previously, this option was supposed to be a file of the form
`CLOUDFLARE_API_TOKEN=...`, which has a few problems:
- That's not an api token. It's an env file fit for passing to systemd's
`EnvironmentFile` option. The user could typo the variable name, or
intentionally/unintentionally include unrelated environment variables.
- It's not how secret files usually work in NixOS. Secret files are
usually just the secret, and don't leak details about how the secret
is passed to the service.
- This increases friction for people switching between cloudflare dyndns
services, such as `services.cloudflare-dyndns` and
`services.cfdyndns`, which both have a `apiToken` option, but (before
this change) with different semantics.
2025-03-19 18:19:29 -05:00
commiterate
3366b27e59
fluent-bit: link against Nix dependencies, fix Darwin builds, and add NixOS module
2025-03-19 18:48:46 -04:00
Felix Bühler
30358ab7a7
formats.lua: init; types.luaInline: init ( #390120 )
2025-03-19 23:18:05 +01:00
Matt Sturgeon
2611d5bd70
formats.lua: init
...
Add a lua format, based on `lib.generators.toLua`.
2025-03-19 21:18:49 +00:00
nixpkgs-ci[bot]
3a7baab73a
Merge staging-next into staging
2025-03-19 18:05:59 +00:00
nixpkgs-ci[bot]
9a9855f387
Merge master into staging-next
2025-03-19 18:05:30 +00:00
Adam C. Stephens
476618066b
nixos/firezone: init module and packages ( #374647 )
2025-03-19 13:50:47 -04:00
nixpkgs-ci[bot]
cd31c04e18
Merge staging-next into staging
2025-03-19 00:15:59 +00:00
nixpkgs-ci[bot]
1d4e3667f7
Merge master into staging-next
2025-03-19 00:15:26 +00:00
Will Fancher
720efefbc0
Revert "nixos/doc: recommend usage of --use-remote-sudo
when switching configurations" ( #390935 )
2025-03-18 15:54:33 -04:00
nixpkgs-ci[bot]
e8240407b0
Merge staging-next into staging
2025-03-18 18:05:35 +00:00
nixpkgs-ci[bot]
0bb96173bd
Merge master into staging-next
2025-03-18 18:05:06 +00:00
Nicolas Mémeint
7407020674
authelia: 4.38.19 -> 4.39.1
2025-03-18 18:23:43 +01:00
Fernando Rodrigues
c7f394d214
Revert "nixos/doc: recommend usage of --use-remote-sudo
when switching configurations"
2025-03-18 11:34:07 +00:00
charludo
3e3b774732
nixos/pinchflat: init
2025-03-18 12:24:01 +01:00
Neyts Zupan
75773b77be
paretosecurity: init at 0.0.86, nixos/paretosecurity: init
2025-03-18 11:09:14 +00:00