fix(flake): follow the inputs of nixsgx

preventing any cache mismatches

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-03-27 16:27:45 +01:00
parent a0cd161195
commit 3d01d4315e
Signed by: harald
GPG key ID: F519A1143B3FBE32
2 changed files with 18 additions and 112 deletions

View file

@ -2,17 +2,9 @@
description = "vault auth plugin for remote attestation of TEEs";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
nixsgx-flake = {
url = "github:matter-labs/nixsgx";
inputs.nixpkgs.follows = "nixpkgs";
};
snowfall-lib = {
url = "github:snowfallorg/lib?rev=92803a029b5314d4436a8d9311d8707b71d9f0b6";
inputs.nixpkgs.follows = "nixpkgs";
};
nixsgx-flake.url = "github:matter-labs/nixsgx";
nixpkgs.follows = "nixsgx-flake/nixpkgs";
snowfall-lib.follows = "nixsgx-flake/snowfall-lib";
};
outputs = inputs: