remove names

This commit is contained in:
Denis Lehmann 2021-03-14 22:07:17 +01:00
parent c1e517f5cf
commit 231f1421af
2 changed files with 0 additions and 2 deletions

View file

@ -1,6 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "node-environment";
buildInputs = with pkgs; [
nodejs
];

View file

@ -1,6 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "python-environment";
buildInputs = with pkgs; [
python3
python3Packages.virtualenv