diff --git a/shell.nix b/shell.nix index d0424a9..d180d20 100644 --- a/shell.nix +++ b/shell.nix @@ -22,5 +22,5 @@ pkgs.gcc11Stdenv.mkDerivation rec { #in pkgs.mkShell rec { name = "dev-shell"; inputsFrom = with pkgs; [ ]; - buildInputs = with pkgs; [ python-with-my-packages rmapi jq ]; + buildInputs = with pkgs; [ python-with-my-packages rmapi jq sshfs ]; }