mirror of
https://github.com/vale981/master-thesis
synced 2025-03-04 09:31:43 -05:00
update shell.nix
This commit is contained in:
parent
6f1e51ecf9
commit
ce8b6fa17f
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue