From 63abd5697f2b37023659edd90d23c065617957e4 Mon Sep 17 00:00:00 2001 From: Alois Date: Sun, 28 Jun 2026 18:45:58 +0200 Subject: [PATCH] (fix): nix dev shell --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3762bc6..d150e01 100644 --- a/flake.nix +++ b/flake.nix @@ -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