nixos/overlays/default.nix

9 lines
92 B
Nix

{
inputs,
pkgs,
}:
{
peertube = pkgs.callPackage ./peertube.nix { inherit pkgs; };
}