remove names
This commit is contained in:
parent
c1e517f5cf
commit
231f1421af
2 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
name = "node-environment";
|
||||
buildInputs = with pkgs; [
|
||||
nodejs
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
name = "python-environment";
|
||||
buildInputs = with pkgs; [
|
||||
python3
|
||||
python3Packages.virtualenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue