aboutsummaryrefslogtreecommitdiff
path: root/infra/corenix/README.md
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2021-01-03 17:15:41 +0100
committerMx Kookie <kookie@spacekookie.de>2021-01-03 17:15:41 +0100
commit5a380913988033c25c7240ab677dcc549327357f (patch)
tree1de1c5febb2700095bacd3a2a2f3b6a8168115d9 /infra/corenix/README.md
parent01ebfa7aac8c18965df1a089c50bffcf0052e967 (diff)
parentaeac2f8adcd683ade3be74a4680d4e96f39aef49 (diff)
Merge commit 'aeac2f8adcd683ade3be74a4680d4e96f39aef49' into main
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*