stockholm/Zpkgs/tv/default.nix
2015-07-16 22:48:26 +02:00

7 lines
69 B
Nix

{ pkgs, ... }:
pkgs //
{
much = pkgs.callPackage ./much.nix {};
}