pkgs: extract podgrab from 'services/podgrab'

This commit is contained in:
Bruno BELANYI 2021-04-19 17:45:05 +00:00
parent edb9c46106
commit b06f265291
3 changed files with 33 additions and 28 deletions

View file

@ -1,2 +1,4 @@
{ pkgs }:
{ }
{
podgrab = pkgs.callPackage ./podgrab { };
}