Files
nix-config/lib/default.nix

5 lines
59 B
Nix

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