mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 15:13:56 +02:00
feat: use snowfall flake for nix
to make packages reusable by other flakes Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
69398b2a20
commit
30539e068f
4 changed files with 202 additions and 137 deletions
7
shells/teepot/default.nix
Normal file
7
shells/teepot/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
pkgs.mkShell {
|
||||
inputsFrom = [ pkgs.teepot.teepot ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue