fix(map relativeToRoot): delete old lib function

This commit is contained in:
madmin 2024-07-09 10:00:35 +02:00
parent 9a18d36bf5
commit 9c49269330
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
{ lib, ... }:
{
# use path relative to the root of the project
relativeToRoot = lib.path.append ../.;
scanPaths = path:
builtins.map
(f: (path + "/${f}"))