commit 87420857094ea515f439680b5334f456bea5d592 parent 824fabdc6c020846de2806931d1211256c135a6f Author: siduck76 <siduckk76@protonmail.com> Date: Thu, 29 Jul 2021 05:23:52 +0530 added shell.nix Diffstat:
| A | shell.nix | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/shell.nix b/shell.nix @@ -0,0 +1,5 @@ +{ pkgs ? import <nixpkgs> {} }: + +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ pkgconfig xorg.libX11 xorg.libXft fontconfig harfbuzz ]; +}