Skip to content

Commit

Permalink
docs: readme update
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
  • Loading branch information
caarlos0 committed Jul 1, 2023
1 parent dc3d7d1 commit 7794ca1
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ Other than that, more of the same...

1. Install nix and home-manager.
1. Enable some experimental features:

```bash
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
```
```bash
mkdir -p ~/.config/nix
echo "experimental-features = nix-command flakes" >> ~/.config/nix/nix.conf
```
1. Enable community build cache:
```bash
nix-env -iA cachix -f https://cachix.org/api/v1/install
cachix use nix-community
```

# Applying

Expand Down

0 comments on commit 7794ca1

Please sign in to comment.