7 lines
84 B
Nix
7 lines
84 B
Nix
{ pkgs, ... }:
|
|
{
|
|
lib = {
|
|
runtime = import ./runtime { inherit pkgs; };
|
|
};
|
|
}
|