From 7457498ea64c4542b501d4c03ec2ff617763b070 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 30 Jan 2022 12:30:51 +0530 Subject: new lint: deprecated_to_path --- bin/tests/data/deprecated_to_path.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/tests/data/deprecated_to_path.nix (limited to 'bin/tests/data') diff --git a/bin/tests/data/deprecated_to_path.nix b/bin/tests/data/deprecated_to_path.nix new file mode 100644 index 0000000..cf8e021 --- /dev/null +++ b/bin/tests/data/deprecated_to_path.nix @@ -0,0 +1,6 @@ +[ + (builtins.toPath x) + (toPath x) + (toPath "/abc/def") + (builtins.toPath "/some/path") +] -- cgit v1.2.3