From 231f1421af393a1484fa10efbd2bea6deecbd0b1 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sun, 14 Mar 2021 22:07:17 +0100 Subject: [PATCH] remove names --- node/shell.nix | 1 - python/shell.nix | 1 - 2 files changed, 2 deletions(-) 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