mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00
feat(flake): add cache config
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
524d75f62a
commit
d9a38404a7
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
nixConfig.extra-substituters = [
|
||||
"https://nixsgx.cachix.org"
|
||||
];
|
||||
nixConfig.extra-trusted-public-keys = [
|
||||
"nixsgx.cachix.org-1:tGi36DlY2joNsIXOlGnSgWW0+E094V6hW0umQRo/KoE="
|
||||
];
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue