Files
nix-config/lib/default.nix
2025-02-16 06:35:32 +00:00

9 lines
64 B
Nix

{
lib,
...
}:
{
relativeToRoot = lib.path.append ../.;
}