update shell.nix

This commit is contained in:
Valentin Boettcher 2022-03-04 16:29:58 +01:00
parent 6f1e51ecf9
commit ce8b6fa17f
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -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 ];
}