diff --git a/flake.nix b/flake.nix index 39ff075..c8f17f3 100644 --- a/flake.nix +++ b/flake.nix @@ -169,12 +169,11 @@ }; devShells.default = pkgs.mkShell { - packages = - sd-card.packages.${system}.tools # tea, jq, nodejs, playwright - ++ (with pkgs; [ - nodejs - nodePackages.npm - ]); + packages = with pkgs; [ + nodejs + nodePackages.npm + ]; + inputsFrom = [sd-card.packages.${system}.tools]; }; }; };