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