From e437571af1f51feb1936ce1cfe964bf17db742bc Mon Sep 17 00:00:00 2001 From: _cry64 Date: Fri, 20 Mar 2026 11:36:12 +1000 Subject: [PATCH] update flake.nix description --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c8c63ec..f52bd4c 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Wire on your TTYs just feels better!"; + description = "rust wrapper for libnix"; inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";