aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26770792d870..b23d8abef18f 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
1. Create a configuration file for your device in `configs/`
2. Add an entry to flake.nix, i.e. `my-device = makeDevice ./configs/my-device.nix;`
-3. Build the coreboot rom: `nix build .#my-device`
+3. Build the coreboot rom: `nix build -A pkgs.my-device`
*Features*