mirror of
https://github.com/nix-community/raspberry-pi-nix.git
synced 2025-11-24 19:29:38 +01:00
use make-disk-image instead of sd-image
This commit is contained in:
parent
aaec735faf
commit
fb248c0047
17 changed files with 570 additions and 229 deletions
6
example/direct.nix
Normal file
6
example/direct.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{ config, inputs, lib, modulesPath, pkgs, ... }: {
|
||||
imports = [
|
||||
./common.nix
|
||||
];
|
||||
raspberry-pi-nix.uboot.enable = false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue