st

fork of st
git clone git://popovic.xyz/st.git
Log | Files | Refs | README | LICENSE

commit c41a61ea75d11cd05dade2125a1831dfd6439340
parent 1d83c6d9b1468cb65ad488adbb878f881b0a35c0
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  4 Jan 2026 19:51:18 +0000

clean flake

Diffstat:
Aflake.lock | 27+++++++++++++++++++++++++++
Mflake.nix | 4++--
2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/flake.lock b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1767364772, + "narHash": "sha256-fFUnEYMla8b7UKjijLnMe+oVFOz6HjijGGNS1l7dYaQ=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "16c7794d0a28b5a37904d55bcca36003b9109aaa", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/flake.nix b/flake.nix @@ -23,8 +23,8 @@ # Libraries + headers buildInputs = with pkgs; [ - libX11 - libXft + libx11 + libxft ]; }; };