(wip): migrate ttp to mtp

(feat): migrate tauth to mtp
(qol): update todo
(qol): add direnv
This commit is contained in:
Alois 2026-07-03 10:56:42 +02:00
commit ee5955fc75
8 changed files with 97 additions and 38 deletions

View file

@ -206,7 +206,7 @@
];
};
commonDeps = [pkgs.wasm-pack pkgs.lld];
commonDeps = [rustToolchain pkgs.wasm-pack pkgs.lld];
in rec {
default = electron;
@ -256,7 +256,6 @@
buildInputs = with pkgs;
[
jdk17
rustToolchain
gradle
bun
nodejs