Skip to content

Commit 6df48d7

Browse files
committed
Add binary cache usage in README
1 parent 8f94fb1 commit 6df48d7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ In [Nix](https://nixos.org/) [Flake](https://nixos.wiki/wiki/Flakes), you can sk
1414
selfup v1.2.0
1515
```
1616

17+
You can also use binary cache which defined in [flake](flake.nix) if the user is a trusted-user in your nix.conf.
18+
19+
```bash
20+
> grep trusted-users /etc/nix/nix.conf
21+
trusted-users = root your_user
22+
23+
> nix run --accept-flake-config github:kachick/selfup/v1.2.1 -- --version
24+
selfup v1.2.1
25+
```
26+
1727
Prebuilt binaries are available for download from [releases](https://github.com/kachick/selfup/releases)
1828

1929
```console

0 commit comments

Comments
 (0)