mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 03:53:41 +00:00
7 lines
106 B
Nix
7 lines
106 B
Nix
|
{ callPackage }:
|
||
|
|
||
|
{
|
||
|
confd = callPackage ./confd.nix {};
|
||
|
rendering = callPackage ./rendering.nix {};
|
||
|
}
|