first open api
This commit is contained in:
@@ -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 =
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user