From 7b1e389c664bca731be8ba66730be946a904d84c Mon Sep 17 00:00:00 2001 From: Michael Fellinger Date: Mon, 16 Sep 2019 12:27:54 +0200 Subject: Add path type --- tests.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests.nix') diff --git a/tests.nix b/tests.nix index 344f2c1f59..f2380a7709 100644 --- a/tests.nix +++ b/tests.nix @@ -12,6 +12,7 @@ deepSeq rec { (float 13.37) (string "Hello!") (function (x: x * 2)) + (path /nix) ]; # Test that polymorphic types work as intended @@ -76,7 +77,7 @@ deepSeq rec { # Test that all types are types. testTypes = map type [ - any bool drv float int string + any bool drv float int string path (attrs int) (either int string) -- cgit 1.4.1