mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 15:53:55 +02:00
chore(deps): update nixsgx dependency
Get rid of the snowfall lib, because it makes life harder for this very small project. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
752cdb65bd
commit
3c72d34e02
5 changed files with 97 additions and 66 deletions
|
@ -14,13 +14,13 @@ pkgs.buildGoModule {
|
|||
|
||||
name = "vault-auth-tee";
|
||||
src = with lib.fileset; toSource {
|
||||
root = ./../..;
|
||||
root = ./..;
|
||||
fileset = unions [
|
||||
../../go.mod
|
||||
../../go.sum
|
||||
../../cmd
|
||||
../../test-fixtures
|
||||
(fileFilter (file: file.hasExt "go") ./../..)
|
||||
../go.mod
|
||||
../go.sum
|
||||
../cmd
|
||||
../test-fixtures
|
||||
(fileFilter (file: file.hasExt "go") ./..)
|
||||
];
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue