nixos/overlays/modifications/cliphist.nix

6 lines
137 B
Nix
Raw Normal View History

{outputs, ...}: _final: prev: let
2025-06-10 15:54:54 +08:00
inherit (prev.stdenv.hostPlatform) system;
in {
inherit (outputs.packages."${system}") cliphist;
}