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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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