mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-01 00:29:40 +01:00
Make starfive-visionfive-2 merge with sd-image module
This commit is contained in:
parent
9da64c8fd9
commit
9fcf30fccf
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ in {
|
||||||
imports = [
|
imports = [
|
||||||
"${modulesPath}/profiles/base.nix"
|
"${modulesPath}/profiles/base.nix"
|
||||||
"${modulesPath}/installer/sd-card/sd-image.nix"
|
"${modulesPath}/installer/sd-card/sd-image.nix"
|
||||||
./default.nix
|
./.
|
||||||
];
|
];
|
||||||
|
|
||||||
sdImage = {
|
sdImage = {
|
||||||
|
|
Loading…
Reference in a new issue