mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
Revert "lib,doc: remove obvious usages of toString on paths"
This commit is contained in:
parent
e6c6826d42
commit
4b59590ac5
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue