nix-inspect: Fix package description

This commit is contained in:
Blusk
2024-04-16 20:48:11 -07:00
parent ced480670a
commit c653c1bbc0
+1 -1
View File
@@ -50,7 +50,7 @@ in
'';
meta = with lib; {
description = "A Rust package for inspecting Nix expressions";
description = "Interactive TUI for inspecting nix configs and other expressions";
homepage = "https://github.com/bluskript/nix-inspect";
license = licenses.mit;
maintainers = with maintainers; [blusk];