From ff07eae7259f97cb76abe352f1f15b616a94f574 Mon Sep 17 00:00:00 2001 From: Henri Dohmen Date: Sat, 26 Apr 2025 13:51:59 +0200 Subject: [PATCH] typo --- lib.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.nix b/lib.nix index 58b7e18..22da83d 100644 --- a/lib.nix +++ b/lib.nix @@ -13,6 +13,6 @@ rec { else if value == "directory" then walk-dir (path + "/${name}") else - builtins.throw "Item of type ${value} are unsupported."; + builtins.throw "Items of type ${value} are unsupported."; }) dir; }