From 5c315e004c542752cea10f65a97b05c7d880c7a9 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sun, 2 Nov 2025 12:50:13 +0800 Subject: [PATCH] fix: Fix wrong cliphist package name --- overlays/modifications/cliphist.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/modifications/cliphist.nix b/overlays/modifications/cliphist.nix index 2aa546a..41607c1 100644 --- a/overlays/modifications/cliphist.nix +++ b/overlays/modifications/cliphist.nix @@ -4,5 +4,5 @@ let inherit (prev.stdenv.hostPlatform) system; in { - inherit (outputs.packages."${system}") cliphist'; + cliphist = outputs.packages."${system}".cliphist'; }