Files
nix-config/lib/default.nix

6 lines
60 B
Nix

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