Skip to content

Commit

Permalink
feat(flake): added info about cachix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Feb 15, 2024
1 parent beb9348 commit ae55606
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,17 @@ Personal repositorium configuration, packages and Nix related staff. Repository
# Actually, repository support only Linux x86 architecture
inputs.wittano-repo.packages.x86_64-linux.<pkg_name>
```
List of packages you can find in [pkgs directory](./pkgs/README.md)
List of packages you can find in [pkgs directory](./pkgs/README.md). Also, repository has own [cachix](https://app.cachix.org):
```nix
nixConfig = {
trusted-substituters = [
"https://wittano-nix-repo.cachix.org"
];
extra-trusted-public-keys = [
"wittano-nix-repo.cachix.org-1:SqjGwMsbzVQOXhbS90DXFC7AoGH99dzPy8zixK3cyt0="
];
};
```

- Templates
```bash
Expand Down

0 comments on commit ae55606

Please sign in to comment.