From ff87aaa6c90cda1960198d5fc0edd9cbb69baf9c Mon Sep 17 00:00:00 2001 From: Andrew Kidd Date: Fri, 3 Jan 2025 23:05:11 +0000 Subject: [PATCH] type = with types; listOf str; --- net-image/net-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-image/net-image.nix b/net-image/net-image.nix index 69a0a16..817f51b 100644 --- a/net-image/net-image.nix +++ b/net-image/net-image.nix @@ -77,7 +77,7 @@ in }; nfsOptions = mkOption { - type = listOf types.str; + type = with types; listOf str; default = [ "nolock" "rw"