diff options
author | Xandor Schiefer <me@xandor.co.za> | 2023-10-04 00:32:17 +0200 |
---|---|---|
committer | Xandor Schiefer <me@xandor.co.za> | 2023-10-14 12:29:34 +0200 |
commit | 687ff41fb0e239c6bccfaf5b1121c64319796424 (patch) | |
tree | 9467c2044477b3a0d17f9f4459d59c3160d62145 /README.md | |
parent | fix: update `hopenpgp-tools` in the NixOS build (diff) | |
download | YubiKey-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |