mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-23 00:04:47 +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 = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue