feat(flake): add cache config

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-04-24 12:42:36 +02:00
parent 524d75f62a
commit d9a38404a7
Signed by: harald
GPG key ID: F519A1143B3FBE32

View file

@ -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";