squiggle/shell.nix

6 lines
116 B
Nix
Raw Normal View History

2022-01-12 07:33:04 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
name = "squiggle";
buildInputs = with pkgs; [ yarn yarn2nix ];
}