Skip to content

Commit

Permalink
add cachix info
Browse files Browse the repository at this point in the history
  • Loading branch information
ToyVo committed Oct 29, 2024
1 parent 3c1045b commit 0b41c2b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,16 @@ will then be able to choose between importing the module from this repo or just
# Expose the package set, including overlays, for convenience.
darwinPackages = self.darwinConfigurations."simple".pkgs;
};
# Binary cache so you don't have to build yourself, builds for aarch64 and x86_64, linux and darwin.
nixConfig = {
extra-substituters = [
"https://toyvo.cachix.org"
];
extra-trusted-public-keys = [
"toyvo.cachix.org-1:s++CG1te6YaS9mjICre0Ybbya2o/S9fZIyDNGiD4UXs="
];
};
}
```

Expand Down

0 comments on commit 0b41c2b

Please sign in to comment.