fix: Fix wrong cliphist package name

This commit is contained in:
ulic-youthlic 2025-11-02 12:50:13 +08:00
parent ea8e5338b1
commit 5c315e004c
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -4,5 +4,5 @@ let
inherit (prev.stdenv.hostPlatform) system;
in
{
inherit (outputs.packages."${system}") cliphist';
cliphist = outputs.packages."${system}".cliphist';
}