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

6 lines
130 B
Nix

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