Skip to content
This repository was archived by the owner on Mar 23, 2025. It is now read-only.

Commit 90ff6a7

Browse files
committed
remove somewhat off-topic details about setting up a substituter
1 parent 351301b commit 90ff6a7

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,6 @@ use to avoid compiling linux yourself. The cache can be found at
8585
https://nix-community.cachix.org, and you can follow the instructions there
8686
to use this cache.
8787

88-
You don't need the cachix binary to use the cachix cache though, you
89-
just need to add the relevant
90-
[`substituters`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-substituters)
91-
and
92-
[`trusted-public-keys`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-public-keys)
93-
settings settings to your `nix.conf`. You can do this directly by
94-
modifying your `/etc/nix/nix.conf`, or in the flake definition. In the
95-
above example flake these `nix.conf` settings are added by the
96-
`nixConfig` attribute ([doc
97-
link](https://nixos.org/manual/nix/stable/command-ref/new-cli/nix3-flake.html?highlight=flake#flake-format)).
98-
Note that this will only work if the user running `nix build` is in
99-
[`trusted-users`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-users)
100-
or the substituter is in
101-
[`trusted-substituters`](https://nixos.org/manual/nix/stable/command-ref/conf-file.html?highlight=nix.conf#conf-trusted-substituters).
102-
10388
## Building an sd-card image
10489

10590
An image suitable for flashing to an sd-card can be found at the

0 commit comments

Comments
 (0)