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

Merge master into staging-next

This commit is contained in:
github-actions[bot] 2023-10-26 18:01:02 +00:00 committed by GitHub
commit 96132a216a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 742 additions and 474 deletions

View file

@ -21,7 +21,7 @@ in
ln -sv dosfsck $out/bin/fsck.vfat
'';
boot.initrd.systemd.extraBin = mkIf inInitrd [ pkgs.dosfstools ];
boot.initrd.systemd.initrdBin = mkIf inInitrd [ pkgs.dosfstools ];
};
}