blob: 08e0dbe1976b85dda6b92aec2748a5b73716d8d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
---
source: bin/tests/main.rs
expression: "&out"
---
[W17] Warning: Found usage of deprecated builtin toPath
╭─[data/deprecated_to_path.nix:2:4]
│
2 │ (builtins.toPath x)
· ────────┬────────
· ╰────────── builtins.toPath is deprecated, see :doc builtins.toPath within the REPL for more
───╯
[W17] Warning: Found usage of deprecated builtin toPath
╭─[data/deprecated_to_path.nix:3:4]
│
3 │ (toPath x)
· ────┬───
· ╰───── toPath is deprecated, see :doc builtins.toPath within the REPL for more
───╯
[W17] Warning: Found usage of deprecated builtin toPath
╭─[data/deprecated_to_path.nix:4:4]
│
4 │ (toPath "/abc/def")
· ────────┬────────
· ╰────────── toPath is deprecated, see :doc builtins.toPath within the REPL for more
───╯
[W17] Warning: Found usage of deprecated builtin toPath
╭─[data/deprecated_to_path.nix:5:4]
│
5 │ (builtins.toPath "/some/path")
· ──────────────┬─────────────
· ╰─────────────── builtins.toPath is deprecated, see :doc builtins.toPath within the REPL for more
───╯
|