removed shell.nix files
This commit is contained in:
parent
02064d9ccb
commit
9a751c82cf
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
|
||||||
pkgs.mkShell {
|
|
||||||
name = "squiggle-components";
|
|
||||||
buildInputs = with pkgs; [ nodePackages.yarn nodejs ];
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
|
||||||
pkgs.mkShell {
|
|
||||||
name = "squiggle";
|
|
||||||
buildInputs = with pkgs; [ yarn yarn2nix nodePackages.npm ];
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
|
||||||
pkgs.mkShell {
|
|
||||||
name = "squiggle";
|
|
||||||
buildInputs = with pkgs; [ yarn yarn2nix nodePackages.npm ];
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user