Skip to content

Commit 42b98ae

Browse files
committed
adding cachix usage blurb to readme
1 parent 9c35dd9 commit 42b98ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ complete example.
7878
};
7979
}
8080
```
81+
## cachix usage and your `nix.conf`
82+
As seen above, cachix is being used to store a linux kernel build. To use this, be sure to add your user and `root` to the trusted-users list in your `nix.conf` file (when using the nix package manager on a non-nixos distro) to be able to pull from this project's cachix. The `root` user must also be still in this list as well importantly.
83+
84+
```
85+
trusted-users = root <your-user-here>
86+
```
8187

8288
## Building an sd-card image
8389

0 commit comments

Comments
 (0)