mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-09 03:56:03 +01:00
6 lines
130 B
Nix
6 lines
130 B
Nix
{ config, inputs, lib, modulesPath, pkgs, ... }: {
|
|
imports = [
|
|
./common.nix
|
|
];
|
|
raspberry-pi-nix.uboot.enable = false;
|
|
}
|