aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMilan Pässler <milan@petabyte.dev>2021-01-02 20:10:36 +0100
committerMilan Pässler <milan@petabyte.dev>2021-01-02 20:10:36 +0100
commitd19854992fa0f9ce8f2d642286ea50aac27b87fe (patch)
tree2b17d8fe9efffb98d115605c50c0cc976e67c9be /README.md
parentbe70414386e9e0b5a7e312d1dd65ccd133fc8341 (diff)
remove flake
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5a70e2b7ce9b..339aa695cd29 100644
--- a/README.md
+++ b/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*