aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorXandor Schiefer <me@xandor.co.za>2023-10-04 00:32:17 +0200
committerXandor Schiefer <me@xandor.co.za>2023-10-14 12:29:34 +0200
commit687ff41fb0e239c6bccfaf5b1121c64319796424 (patch)
tree9467c2044477b3a0d17f9f4459d59c3160d62145 /README.md
parentfix: update `hopenpgp-tools` in the NixOS build (diff)
downloadYubiKey-Guide-687ff41fb0e239c6bccfaf5b1121c64319796424.tar.gz
fix: use `nix-build` instead of `nix build`
`nix build` is a new "Nix command" that is technically still experimental.
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 0cf2054..dafad3f 100644
--- a/README.md
+++ b/README.md
@@ -472,7 +472,7 @@ in {
Build the installer and copy it to a USB drive.
```console
-$ nix build -f yubikey-installer.nix -o installer nixos-yubikey
+$ nix-build yubikey-installer.nix --out-link installer --attr nixos-yubikey
$ sudo cp -v installer/iso/*.iso /dev/sdb; sync
'installer/iso/nixos-yubikey-22.05beta-248980.gfedcba-x86_64-linux.iso' -> '/dev/sdb'