Files
to-hen/shell.nix
2020-03-03 15:15:55 +01:00

5 lines
88 B
Nix

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