Regenerated

This commit is contained in:
2026-03-23 19:19:12 +00:00
parent fae2d4147f
commit 04ecd7c7d1
11 changed files with 2 additions and 409 deletions
+2 -2
View File
@@ -316,12 +316,12 @@ let
found = lib.attrByPath parts null pkgs;
in
if found == null then
throw ''
(throw ''
packages.nix: package not found in pkgs
Token : ${builtins.toJSON name}
packages.conf : ${packagesConfPath}
Hint : check the attribute name on search.nixos.org/packages
'';
'')
else
found;