typo
This commit is contained in:
parent
d7ce40ffa7
commit
ff07eae725
1 changed files with 1 additions and 1 deletions
2
lib.nix
2
lib.nix
|
|
@ -13,6 +13,6 @@ rec {
|
||||||
else if value == "directory" then
|
else if value == "directory" then
|
||||||
walk-dir (path + "/${name}")
|
walk-dir (path + "/${name}")
|
||||||
else
|
else
|
||||||
builtins.throw "Item of type ${value} are unsupported.";
|
builtins.throw "Items of type ${value} are unsupported.";
|
||||||
}) dir;
|
}) dir;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue