raspberry-pi-nix/example/uboot.nix
2024-11-21 14:10:07 +01:00

6 lines
129 B
Nix

{ config, inputs, lib, modulesPath, pkgs, ... }: {
imports = [
./common.nix
];
raspberry-pi-nix.uboot.enable = true;
}