TTP -> MTP, A lot of other stuff #21
1 changed files with 2 additions and 2 deletions
(fix): nix dev shell
commit
63abd5697f
|
|
@ -208,12 +208,12 @@
|
||||||
default = electron;
|
default = electron;
|
||||||
|
|
||||||
electron = pkgs.mkShell {
|
electron = pkgs.mkShell {
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[
|
[
|
||||||
nodejs_22
|
nodejs_22
|
||||||
corepack_22
|
corepack_22
|
||||||
bun
|
bun
|
||||||
electron
|
pkgs.electron
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
python3
|
||||||
gcc
|
gcc
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue