9 lines
64 B
Nix
9 lines
64 B
Nix
{
|
|
lib,
|
|
...
|
|
}:
|
|
|
|
{
|
|
relativeToRoot = lib.path.append ../.;
|
|
}
|