mirror of
https://codeberg.org/demostf/inspector.git
synced 2026-06-03 18:14:08 +02:00
flake reorg, enable panic hook
This commit is contained in:
parent
f64ffd6cfb
commit
667569052c
18 changed files with 200 additions and 165 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ lib, buildNpmPackage, fetchFromGitHub }:
|
||||
|
||||
{
|
||||
lib,
|
||||
buildNpmPackage,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
buildNpmPackage rec {
|
||||
pname = "json-schema-to-typescript";
|
||||
version = "13.1.2";
|
||||
|
|
@ -23,6 +26,6 @@ buildNpmPackage rec {
|
|||
description = "Compile JSONSchema to TypeScript type declarations";
|
||||
homepage = "https://github.com/bcherny/json-schema-to-typescript";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ icewind1991 ];
|
||||
maintainers = with maintainers; [icewind1991];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue