(fix): nix dev shell
This commit is contained in:
parent
3f2275179b
commit
63abd5697f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue