8 lines
100 B
Nix
8 lines
100 B
Nix
{
|
|
system,
|
|
self,
|
|
pkgs
|
|
}: {
|
|
hemar = import ./hemar { inherit self system pkgs; };
|
|
}
|