Skip to content

Commit 216f759

Browse files
committed
track nixpkgs c8d4dabc435
Track removal of builtins prefix for prelude functions in c8d4dabc4357a22d1c249a9363998bdb00122544
1 parent 4012f78 commit 216f759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nixpkgs/resholve-utils.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rec {
2727
phraseDirective =
2828
solution: env: name: val:
2929
if builtins.isInt val then
30-
builtins.toString val
30+
toString val
3131
else if builtins.isString val then
3232
name
3333
else if true == val then

0 commit comments

Comments
 (0)