Revert "lib,doc: remove obvious usages of toString on paths"

This commit is contained in:
Anderson Torres
2022-11-05 21:57:23 -03:00
committed by GitHub
parent e6c6826d42
commit 4b59590ac5
3 changed files with 8 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ let
substr = builtins.substring prefixLen filenameLen filename;
in substr;
removeNixpkgs = removeFilenamePrefix pkgs.path;
removeNixpkgs = removeFilenamePrefix (builtins.toString pkgs.path);
liblocations =
builtins.filter