use make-disk-image instead of sd-image

This commit is contained in:
Robert Cambridge 2024-11-18 13:46:54 +01:00
parent aaec735faf
commit fb248c0047
17 changed files with 570 additions and 229 deletions

6
example/direct.nix Normal file
View file

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