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

Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot] 2025-05-29 12:06:54 +00:00 committed by GitHub
commit 96ecef502b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
87 changed files with 1846 additions and 1404 deletions

View file

@ -634,7 +634,7 @@ in
{
where = "/sysroot/run";
what = "/run";
options = "bind";
options = "rbind";
unitConfig = {
# See the comment on the mount unit for /run/etc-metadata
DefaultDependencies = false;

View file

@ -46,6 +46,10 @@
"overlay"
];
system.requiredKernelConfig = with config.lib.kernelConfig; [
(isEnabled "EROFS_FS")
];
boot.initrd.systemd = {
mounts = [
{