Regenerated
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user