File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Build an air-gapped NixOS LiveCD image:
215215ref=$(git ls-remote https://github.com/drduh/Yubikey-Guide refs/heads/master | awk '{print $1}')
216216
217217nix build --experimental-features "nix-command flakes" \
218- github:drduh/YubiKey-Guide/$ref#nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
218+ github:drduh/YubiKey-Guide/$ref?dir=nix #nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
219219```
220220
221221If you have this repository checked out:
@@ -229,7 +229,7 @@ nix flake update --commit-lock-file
229229Build the image:
230230
231231``` console
232- nix build --experimental-features "nix-command flakes" . #nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
232+ nix build --experimental-features "nix-command flakes" nix #nixosConfigurations.yubikeyLive.x86_64-linux.config.system.build.isoImage
233233```
234234
235235Copy to USB drive:
You can’t perform that action at this time.
0 commit comments