Skip to content

Commit

Permalink
+ cache state
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Feb 18, 2024
1 parent eaee73a commit 8f9b6fd
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ Applying:
}
```

### Cache

```nix
nix.settings = {
substituers = ["https://nur-pkgs.cachix.org"];
trusted-public-keys = [
"nur-pkgs.cachix.org-1:PAvPHVwmEBklQPwyNZfy4VQqQjzVIaFOkYYnmnKco78="
];
```


## References
Expand Down

0 comments on commit 8f9b6fd

Please sign in to comment.