mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-08 19:46:03 +01:00
chore: remove error silencing
This commit is contained in:
parent
4001188615
commit
caed11b1f6
2 changed files with 4 additions and 10 deletions
|
|
@ -20,8 +20,8 @@
|
|||
'';
|
||||
};
|
||||
cfg = config.raspberry-pi-nix;
|
||||
board = cfg.board;
|
||||
version = cfg.kernel-version;
|
||||
board = cfg.board;
|
||||
kernel = pkgs.rpi-kernels."${version}"."${board}";
|
||||
populate-kernel =
|
||||
if cfg.uboot.enable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue