mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-11-10 13:24:58 +03:00
Merge pull request #82 from yegortimoshenko/patch-1
Recommend running Cachix with Nix shell
This commit is contained in:
commit
058908d199
@ -290,11 +290,9 @@ prMessage updateEnv isBroken metaDescription releaseUrlMessage compareUrlMessage
|
||||
</summary>
|
||||
|
||||
One-time optional setup to skip building using Cachix:
|
||||
1. Install cachix from https://cachix.org/
|
||||
2. Use r-ryantm's cache:
|
||||
```
|
||||
cachix use r-ryantm
|
||||
```
|
||||
```
|
||||
nix-shell -p cachix --run 'cachix use r-ryantm'
|
||||
```
|
||||
|
||||
Test this update by entering a nix shell, seeing what is inside the
|
||||
result, and if applicable, running some binaries:
|
||||
|
Loading…
Reference in New Issue
Block a user