stockholm/tv/5pkgs/default.nix
tv 22a171f3e0 krebs pkgs += charybdis lentil much
While there, put everything into subdirectories.
2015-08-29 00:36:50 +02:00

10 lines
110 B
Nix

{ pkgs, ... }:
let
inherit (pkgs) callPackage;
in
{
viljetic-pages = callPackage ./viljetic-pages {};
}