diff --git a/node/shell.nix b/node/shell.nix index ed68d7c..85d19a1 100644 --- a/node/shell.nix +++ b/node/shell.nix @@ -1,6 +1,5 @@ { pkgs ? import {} }: pkgs.mkShell { - name = "node-environment"; buildInputs = with pkgs; [ nodejs ]; diff --git a/python/shell.nix b/python/shell.nix index 19883f6..d34f295 100644 --- a/python/shell.nix +++ b/python/shell.nix @@ -1,6 +1,5 @@ { pkgs ? import {} }: pkgs.mkShell { - name = "python-environment"; buildInputs = with pkgs; [ python3 python3Packages.virtualenv