Backspace sends DEL instead of ^H.
[spft.git] / shell.nix
blob134922c46d47826dd57a01bbdc6a65cfd0028347
1 { pkgs ? import <nixpkgs> {} }:
3 pkgs.mkShell {
4         buildInputs = with pkgs; [ xorg.libXft pkg-config ];
5         }