mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 11:36:04 +01:00
Merge remote-tracking branch 'origin/master' into flexible-partition-table-and-fs
This commit is contained in:
commit
5c1f3831f9
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue