summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-11-06 06:32:22 +0200
committerArtturin <Artturin@artturin.com>2022-11-06 19:41:52 +0200
commit8c1b0192c5cf48e176bd4937787ba548e050395d (patch)
tree49caf80eb68ef416b8360981477352033b349327 /pkgs/development/python-modules/rangehttpserver
parentb67ee6e861903abb04e9024d605dfc7b00922633 (diff)
lib/sources: remove 2 usages of toString on a path which will be read using fileContents
It gives a warning on the lazy-trees branch of Nix (NixOS/nix#6530) "warning: applying 'toString' to path '...' and then accessing it is deprecated, at '...'" 'else toString (/. + "${base}/${path}");' at line 183 may still cause a warning but i don't know how to reach that codepath and test so im leaving it untouched changing it to 'else /. + "${base}/${path}";' caused this error ``` error: a string that refers to a store path cannot be appended to a path at /home/systems/nixpkgs/lib/sources.nix:183:20: 182| then path 183| else /. + "${base}/${path}"; | ^ 184| in if pathIsRegularFile path ```
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions