1
0
Fork 0
nix-overlay/packages.nix

6 lines
93 B
Nix

{ system, pkgs }:
{
cliclick = import ./packages/cliclick.nix { inherit system pkgs; };
}