chore(nix): add electron & python to shell

This commit is contained in:
Elian Doran
2026-03-22 11:05:03 +02:00
parent 6896ed2c70
commit 53192d202d
+2
View File
@@ -325,6 +325,8 @@
buildInputs = [
nodejs
pnpm
electron
nodejs.python
];
};
}