Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lockejan committed Aug 23, 2024
1 parent 07841c6 commit 87b4b55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ It's still very much work in progress.

1. Install [nix](https://nixos.org/guides/install-nix.html) on your machine.

2. Install [nix-darwin](https://github.com/LnL7/nix-darwin).

3. The first build needs to be made manually:
2. The first build which will also setup nix-darwin needs to be made manually:

```shell
nix build '$HOME/dotfiles?submodules=1#darwinConfigurations.m1.system'
./result/sw/bin/darwin-rebuild switch --flake $HOME/dotfiles?submodules=1#m1
nix --extra-experimental-features nix-command \
--extra-experimental-features flakes \
run nix-darwin -- switch --flake "$HOME/dotfiles?submodules=1#m1"

```

Consecutive runs can be done via
Expand Down

0 comments on commit 87b4b55

Please sign in to comment.