Files
nix-config/lib/default.nix
2025-09-27 22:27:55 +05:00

4 lines
57 B
Nix

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