mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 17:38:41 +08:00
Merge pull request #875 from gangaram-tii/pr/icicle-kit-doc
microchip icicle-kit README update
This commit is contained in:
@@ -9,7 +9,7 @@ Currently this overlay is used for generating bootable NixOS SD images.
|
|||||||
Code snippet example that enables icicle-kit configuration:
|
Code snippet example that enables icicle-kit configuration:
|
||||||
```
|
```
|
||||||
{ nixos-hardware, }: {
|
{ nixos-hardware, }: {
|
||||||
system = "aarch64-linux";
|
system = "riscv64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
nixos-hardware.nixosModules.icicle-kit
|
nixos-hardware.nixosModules.icicle-kit
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user