chore: remove error silencing

This commit is contained in:
adminy 2024-06-25 00:12:11 +01:00
parent 4001188615
commit caed11b1f6
2 changed files with 4 additions and 10 deletions

View file

@ -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