Skip to content

Commit

Permalink
readme: fix sed expression
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Feb 13, 2025
1 parent a674621 commit b7c7067
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 @@ -53,7 +53,7 @@ nix flake init -t nix-darwin/master
# To use Nixpkgs 24.11:
nix flake init -t nix-darwin/nix-darwin-24.11

sed -i '' "s/simple/$(scutil --get LocalHostName)/" flake.nix
sed -i "s/simple/$(scutil --get LocalHostName)/" flake.nix
```

Make sure to change `nixpkgs.hostPlatform` to `aarch64-darwin` if you are using Apple Silicon.
Expand Down

0 comments on commit b7c7067

Please sign in to comment.