From ce8b6fa17f8b6706df3748fe71d1e74ce9078ef6 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Fri, 4 Mar 2022 16:29:58 +0100 Subject: [PATCH] update shell.nix --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }