flake: use inherit where possible

This commit is contained in:
Donovan Glover 2024-10-10 08:17:37 -04:00
parent e663c397a7
commit c6b68ca834
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -51,7 +51,8 @@
packages = forAllSystems (
pkgs:
packagesFromDirectoryRecursive {
callPackage = pkgs.callPackage;
inherit (pkgs) callPackage;
directory = ./packages;
}
);