(wip): migrate ttp to mtp
(feat): migrate tauth to mtp (qol): update todo (qol): add direnv
This commit is contained in:
parent
8e831fd993
commit
ee5955fc75
8 changed files with 97 additions and 38 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue