erambler/shell.nix

6 lines
95 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [python37 lessc];
}