(fix): nix dev shell

This commit is contained in:
Alois 2026-06-28 18:45:58 +02:00
commit 63abd5697f

View file

@ -208,12 +208,12 @@
default = electron;
electron = pkgs.mkShell {
packages = with pkgs;
packages = with pkgs;
[
nodejs_22
corepack_22
bun
electron
pkgs.electron
pkg-config
python3
gcc