chore: use snowfall lib for nix flake

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
Harald Hoyer 2024-02-15 10:57:05 +01:00
parent 1cd15d46d0
commit a43f83d834
Signed by: harald
GPG key ID: F519A1143B3FBE32
6 changed files with 165 additions and 64 deletions

View file

@ -0,0 +1,7 @@
{ lib
, pkgs
, ...
}:
pkgs.mkShell {
inputsFrom = [ pkgs.vat.vault-auth-tee ];
}