aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infra/corenix/README.md')
-rw-r--r--infra/corenix/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/infra/corenix/README.md b/infra/corenix/README.md
index 5a70e2b7ce9b..339aa695cd29 100644
--- a/infra/corenix/README.md
+++ b/infra/corenix/README.md
@@ -5,8 +5,8 @@
*How to use:*
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 -A pkgs.my-device`
+2. Add an entry to default.nix, i.e. `my-device = makeDevice ./configs/my-device.nix;`
+3. Build the coreboot rom: `nix build -A my-device`
*Features*