erambler/shell.nix

6 lines
119 B
Nix
Raw Normal View History

2020-10-21 12:52:51 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [python37 zeromq lessc nodejs-14_x yarn];
2020-10-21 12:52:51 +00:00
}