Skip to content

Commit

Permalink
Fix unbalanced quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
rake5k committed Sep 24, 2024
1 parent 80705d6 commit 1bcd254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf

export FLAKE=github:rake5k/nixcfg
nix run $FLAKE#nixos-install" -- <hostname> <disk> $FLAKE
nix run $FLAKE#nixos-install -- <hostname> <disk> $FLAKE
```

Where:
Expand Down

0 comments on commit 1bcd254

Please sign in to comment.