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'; }