nixpkgs/nixos/modules/system/boot/loader/systemd-boot
Jared Baur 6327b07b25
nixos/systemd-boot: use unique path for devicetree blob
Use the store directory for the devicetree package containing the
desired DTB when installing to the ESP. This allows for more than one
NixOS generation containing differing DTBs to coexist on the same ESP
(similar to how we can have multiple kernels & initrds). This change
removes the assumption that the filepath passed to `copy_from_file` is a
file that lives at the toplevel of a nix output path (which prior to the
systemd-boot DTB support was the case for the kernel and initrd
derivations).
2024-08-24 12:50:24 -07:00
..
systemd-boot-builder.py nixos/systemd-boot: use unique path for devicetree blob 2024-08-24 12:50:24 -07:00
systemd-boot.nix nixos/systemd-boot: use unique path for devicetree blob 2024-08-24 12:50:24 -07:00