(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; 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