first open api

This commit is contained in:
stubbfelnewpc
2020-06-25 00:15:44 +02:00
parent 5fe65239c5
commit d7084e0f7f
6 changed files with 1092 additions and 7 deletions

View File

@@ -30,7 +30,6 @@ let
pkgs.rustc
pkgs.rls
pkgs.cargo
pkgs.rustracer
pkgs.clippy
pkgs.rustfmt
pkgs.rustup
@@ -174,7 +173,7 @@ let
'';
in
pkgs.mkShell {
name = "dev-shell";
name = "nixide-shell";
buildInputs = theiaideBuildDependencies ++ projectDependencies ++ [run_ide_script clean_run_ide_script create_service_file] ;
shellHook =
''