6 lines
117 B
Nix
6 lines
117 B
Nix
{ pkgs, ... }:
|
|
{
|
|
fetchers = import ./fetchers { inherit pkgs; };
|
|
runtime = import ./runtime { inherit pkgs; };
|
|
}
|