erambler/shell.nix

6 lines
119 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [python37 zeromq lessc nodejs-14_x yarn];
}