Merge remote-tracking branch 'origin/master' into flexible-partition-table-and-fs

This commit is contained in:
Travis Staton 2024-11-04 22:55:15 -05:00
commit 5c1f3831f9
No known key found for this signature in database
GPG key ID: E883E53CDAC16260
2 changed files with 3 additions and 3 deletions

View file

@ -31,7 +31,7 @@
cfg = config.raspberry-pi-nix;
version = cfg.kernel-version;
board = cfg.board;
kernel = pkgs.rpi-kernels."${version}"."${board}";
kernel = config.system.build.kernel;
initrd = "${config.system.build.initialRamdisk}/${config.system.boot.loader.initrdFile}";
populate-kernel =
if cfg.uboot.enable