~kris/suckless

st

87420857094ea515f439680b5334f456bea5d592 — siduck76 5 years ago 824fabd
added shell.nix
1 files changed, 5 insertions(+), 0 deletions(-)

A shell.nix
A shell.nix => shell.nix +5 -0
@@ 0,0 1,5 @@
{ pkgs ? import <nixpkgs> {} }:

pkgs.mkShell {
  nativeBuildInputs = with pkgs; [ pkgconfig xorg.libX11 xorg.libXft fontconfig harfbuzz ];
}