From 67a5885d54fed9580b6ceee321f4077e7ac431fb Mon Sep 17 00:00:00 2001 From: Akshay Date: Wed, 7 Oct 2020 10:20:39 +0530 Subject: add nix build instructions --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..850aa8d --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import {} }: + +with pkgs; +mkShell { + buildInputs = [ fontforge python3 xorg.mkfontdir ]; +} -- cgit v1.2.3